]> granicus.if.org Git - python/commit
#10218: return timeout status from Condition.wait, mirroring other primitives' behavior.
authorGeorg Brandl <georg@python.org>
Thu, 28 Oct 2010 09:03:20 +0000 (09:03 +0000)
committerGeorg Brandl <georg@python.org>
Thu, 28 Oct 2010 09:03:20 +0000 (09:03 +0000)
commitb9a439175451903ab77c71e5b2020dbd1671a77e
tree05f4e3a27501d29451a57b753c75da6e3e3f9794
parentcbb9421347c97b5a443b260118931962783d4efc
#10218: return timeout status from Condition.wait, mirroring other primitives' behavior.
Doc/library/threading.rst
Lib/test/lock_tests.py
Lib/threading.py
Misc/NEWS