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 georg.brandl
Recipients JJeffries, Retro, belopolsky, christian.heimes, eric.araujo, georg.brandl, ixokai, twouters
Date 2010-10-20.09:18:46
SpamBayes Score 0.0003373748
Marked as misclassified No
Message-id <1287566328.92.0.730400244356.issue10092@psf.upfronthosting.co.za>
In-reply-to
Content
Bostjan, both your points are invalid.  First, the locale settings that a machine supports vary greatly.  "fr_FR" doesn't need to be a valid setting on your machine.

Second, "val in None" will always fail.  "val in (None, ...)" will succeed, since you're testing membership in the given tuple that includes None.
History
Date User Action Args
2010-10-20 09:18:49georg.brandlsetrecipients: + georg.brandl, twouters, ixokai, belopolsky, christian.heimes, eric.araujo, Retro, JJeffries
2010-10-20 09:18:48georg.brandlsetmessageid: <1287566328.92.0.730400244356.issue10092@psf.upfronthosting.co.za>
2010-10-20 09:18:46georg.brandllinkissue10092 messages
2010-10-20 09:18:46georg.brandlcreate