Message273613
| Author | rippey.e |
|---|---|
| Recipients | rippey.e |
| Date | 2016-08-25.00:11:32 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1472083893.01.0.491707564074.issue27855@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
The "has_key" fixer in 2to3 produces wrong code on the following example: input:"a.has_key(b)and x" output:"b in aand x" Note the lack of space before "and" in the input. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2016-08-25 00:11:33 | rippey.e | set | recipients: + rippey.e |
| 2016-08-25 00:11:33 | rippey.e | set | messageid: <1472083893.01.0.491707564074.issue27855@psf.upfronthosting.co.za> |
| 2016-08-25 00:11:32 | rippey.e | link | issue27855 messages |
| 2016-08-25 00:11:32 | rippey.e | create | |