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 kristjan.jonsson
Recipients georg.brandl, kristjan.jonsson
Date 2010-10-28.07:34:16
SpamBayes Score 0.041597363
Marked as misclassified No
Message-id <1288251262.79.0.658149458375.issue10218@psf.upfronthosting.co.za>
In-reply-to
Content
Add a return value to Condition.wait() that can be used to tell if Condition.wait() returns due to a timeout effect.  This mirrors other wait apis in threading.py
History
Date User Action Args
2010-10-28 07:34:22kristjan.jonssonsetrecipients: + kristjan.jonsson, georg.brandl
2010-10-28 07:34:22kristjan.jonssonsetmessageid: <1288251262.79.0.658149458375.issue10218@psf.upfronthosting.co.za>
2010-10-28 07:34:19kristjan.jonssonlinkissue10218 messages
2010-10-28 07:34:18kristjan.jonssoncreate