diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2010-04-17 23:51:58 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2010-04-17 23:51:58 (GMT) |
commit | 0454af9b54c4beee27d4b119771bce3d7162c793 (patch) | |
tree | 18ad6d31cec4731853b5e54608fa039a1a8cc52e /Misc/ACKS | |
parent | 2d9cb9c1cb3a7dd2e60a323271fbfe80854a6817 (diff) | |
download | cpython-0454af9b54c4beee27d4b119771bce3d7162c793.zip cpython-0454af9b54c4beee27d4b119771bce3d7162c793.tar.gz cpython-0454af9b54c4beee27d4b119771bce3d7162c793.tar.bz2 |
Issue #850728: Add a *timeout* parameter to the `acquire()` method of
`threading.Semaphore` objects. Original patch by Torsten Landschoff.
Diffstat (limited to 'Misc/ACKS')
-rw-r--r-- | Misc/ACKS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -431,6 +431,7 @@ Ivan Krstić Andrew Kuchling Vladimir Kushnir Cameron Laird +Torsten Landschoff Tino Lange Andrew Langmead Detlef Lannert |