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 amaury.forgeotdarc
Recipients amaury.forgeotdarc, anacrolix
Date 2011-06-30.05:51:45
SpamBayes Score 0.054901626
Marked as misclassified No
Message-id <1309413106.25.0.506327484173.issue12447@psf.upfronthosting.co.za>
In-reply-to
Content
Did you try the "not" operator?
http://docs.python.org/reference/expressions.html#boolean-operations

>>> not True
False
>>> not False
True
History
Date User Action Args
2011-06-30 05:51:46amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, anacrolix
2011-06-30 05:51:46amaury.forgeotdarcsetmessageid: <1309413106.25.0.506327484173.issue12447@psf.upfronthosting.co.za>
2011-06-30 05:51:45amaury.forgeotdarclinkissue12447 messages
2011-06-30 05:51:45amaury.forgeotdarccreate