[Python-checkins] r80772 - python/branches/py3k/Doc/whatsnew/3.2.rst
antoine.pitrou
python-checkins at python.org
Wed May 5 01:31:41 CEST 2010
Author: antoine.pitrou
Date: Wed May 5 01:31:41 2010
New Revision: 80772
Log:
Add what's new entry for r80157 and r80071.
Modified:
python/branches/py3k/Doc/whatsnew/3.2.rst
Modified: python/branches/py3k/Doc/whatsnew/3.2.rst
==============================================================================
--- python/branches/py3k/Doc/whatsnew/3.2.rst (original)
+++ python/branches/py3k/Doc/whatsnew/3.2.rst Wed May 5 01:31:41 2010
@@ -123,6 +123,11 @@
(Contributed by Antoine Pitrou; :issue:`3001`.)
+* Regular and recursive locks now accept an optional *timeout* argument
+ to their ``acquire`` method. (Contributed by Antoine Pitrou; :issue:`7316`)
+ Similarly, :meth:`threading.Semaphore.acquire` also gains a *timeout*
+ argument. (Contributed by Torsten Landschoff; :issue:`850728`.)
+
Optimizations
=============
More information about the Python-checkins
mailing list