[Python-checkins] cpython: Add Misc/NEWS entry for rev b4a1d9287780

richard.oudkerk python-checkins at python.org
Mon May 7 01:13:26 CEST 2012


http://hg.python.org/cpython/rev/165bd3483d0d
changeset:   76811:165bd3483d0d
user:        Richard Oudkerk <shibturn at gmail.com>
date:        Mon May 07 00:12:02 2012 +0100
summary:
  Add Misc/NEWS entry for rev b4a1d9287780

files:
  Misc/NEWS |  3 +++
  1 files changed, 3 insertions(+), 0 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -17,6 +17,9 @@
 Library
 -------
 
+- Add support for timeouts to the acquire() methods of
+  multiprocessing's lock/semaphore/condition proxies.
+
 - Issue #13989: Add support for text mode to gzip.open().
 
 - Issue #14127: The os.stat() result object now provides three additional

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list