[issue1674032] Make threading.Event().wait(timeout=3) return isSet

Tim Lesher report at bugs.python.org
Tue May 6 18:28:05 CEST 2008


Tim Lesher <tlesher at gmail.com> added the comment:

This one-line change to threading.py makes Event.wait() return isSet().
 Also includes the corresponding update to documentation in threading.rst.

----------
keywords: +patch
nosy: +tlesher
Added file: http://bugs.python.org/file10203/event-wait-retval.diff

_____________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1674032>
_____________________________________


More information about the Python-bugs-list mailing list