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 methane
Recipients docs@python, methane
Date 2010-11-29.16:18:36
SpamBayes Score 0.17092368
Marked as misclassified No
Message-id <1291047517.36.0.54391686166.issue10579@psf.upfronthosting.co.za>
In-reply-to
Content
http://docs.python.org/c-api/mapping.html#PyMapping_HasKeyString
and
http://docs.python.org/c-api/mapping.html#PyMapping_HasKey
says:
> This is equivalent to ``o[key]``

I think it should be ``key in o``.
History
Date User Action Args
2010-11-29 16:18:37methanesetrecipients: + methane, docs@python
2010-11-29 16:18:37methanesetmessageid: <1291047517.36.0.54391686166.issue10579@psf.upfronthosting.co.za>
2010-11-29 16:18:36methanelinkissue10579 messages
2010-11-29 16:18:36methanecreate