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 serhiy.storchaka
Recipients cvrebert, docs@python, eric.araujo, ezio.melotti, serhiy.storchaka
Date 2012-05-15.09:16:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1337073553.7941.15.camel@raxxla>
In-reply-to <1337070132.23.0.208141198139.issue14674@psf.upfronthosting.co.za>
Content
>     for key, value in pairs:
>         if key in pairs:

"if key in obj:"?
History
Date User Action Args
2012-05-15 09:16:37serhiy.storchakasetrecipients: + serhiy.storchaka, ezio.melotti, eric.araujo, cvrebert, docs@python
2012-05-15 09:16:36serhiy.storchakalinkissue14674 messages
2012-05-15 09:16:36serhiy.storchakacreate