Message7575

Author bj0
Recipients bj0
Date 2013-01-19.07:03:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1358579028.51.0.532606650703.issue2005@psf.upfronthosting.co.za>
In-reply-to
Content
in python 2.7 this was changed to return True if the function was unblocked by the flag being set and False if the timeout occurs.  Jython doesn't yet have this change.

ref: http://docs.python.org/2/library/threading.html#threading.Event.wait
History
Date User Action Args
2013-01-19 07:03:48bj0setrecipients: + bj0
2013-01-19 07:03:48bj0setmessageid: <1358579028.51.0.532606650703.issue2005@psf.upfronthosting.co.za>
2013-01-19 07:03:48bj0linkissue2005 messages
2013-01-19 07:03:47bj0create