Message 273623 - Python tracker

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.

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.