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 mel
Recipients eric.smith, mark.dickinson, mel
Date 2014-07-14.11:36:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1405337813.36.0.893782005911.issue21979@psf.upfronthosting.co.za>
In-reply-to
Content
OK, I see... "0xfand 1" is ambiguous "(0xfa)nd 1" vs. "(0xf)and 1".

So, while a bit weird, the behavior is consistent:

>>> 123not in [], 0xfnot in [], 0xfor 1, 0xafor 1, 0xfin []
(True, True, 15, 175, False)
History
Date User Action Args
2014-07-14 11:36:53melsetrecipients: + mel, mark.dickinson, eric.smith
2014-07-14 11:36:53melsetmessageid: <1405337813.36.0.893782005911.issue21979@psf.upfronthosting.co.za>
2014-07-14 11:36:53mellinkissue21979 messages
2014-07-14 11:36:53melcreate