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 pitrou
Recipients Kain94, pitrou
Date 2010-04-21.12:57:47
SpamBayes Score 1.0513282e-06
Marked as misclassified No
Message-id <1271854668.75.0.315370930265.issue8486@psf.upfronthosting.co.za>
In-reply-to
Content
Due to the nature of an Event, you should in most situations wait() on it, rather than test its value. Also, changing the boolean value of an Event would break existing code. I therefore think this should be rejected.
History
Date User Action Args
2010-04-21 12:57:48pitrousetrecipients: + pitrou, Kain94
2010-04-21 12:57:48pitrousetmessageid: <1271854668.75.0.315370930265.issue8486@psf.upfronthosting.co.za>
2010-04-21 12:57:47pitroulinkissue8486 messages
2010-04-21 12:57:47pitroucreate