Georg Brandl <ge...@python.org> added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue10092>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to