Amaury Forgeot d'Arc <amaur...@gmail.com> added the comment:

Did you try the "not" operator?
http://docs.python.org/reference/expressions.html#boolean-operations

>>> not True
False
>>> not False
True

----------
nosy: +amaury.forgeotdarc
resolution:  -> invalid
status: open -> pending

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

Reply via email to