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 josh.r
Recipients ericvw, josh.r, rippey.e
Date 2016-08-25.04:55:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1472100945.25.0.0386940815179.issue27855@psf.upfronthosting.co.za>
In-reply-to
Content
Eric, remove the space from after the has_key call to match OP:

$ cat test.py
a.has_key(b)and x

It's legal to omit the space there.
History
Date User Action Args
2016-08-25 04:55:45josh.rsetrecipients: + josh.r, ericvw, rippey.e
2016-08-25 04:55:45josh.rsetmessageid: <1472100945.25.0.0386940815179.issue27855@psf.upfronthosting.co.za>
2016-08-25 04:55:45josh.rlinkissue27855 messages
2016-08-25 04:55:45josh.rcreate