This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

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:33rippey.esetrecipients: + rippey.e
2016-08-25 00:11:33rippey.esetmessageid: <1472083893.01.0.491707564074.issue27855@psf.upfronthosting.co.za>
2016-08-25 00:11:32rippey.elinkissue27855 messages
2016-08-25 00:11:32rippey.ecreate