]> granicus.if.org Git - python/commitdiff
Add what's new entry for r80157 and r80071.
authorAntoine Pitrou <solipsis@pitrou.net>
Tue, 4 May 2010 23:31:41 +0000 (23:31 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Tue, 4 May 2010 23:31:41 +0000 (23:31 +0000)
Doc/whatsnew/3.2.rst

index 94d8f7bc02d66926d41b992de78b8743f096d82b..877283bf7574892f1d2e61eaf66d1223178e172a 100644 (file)
@@ -123,6 +123,11 @@ Multi-threading
 
   (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
 =============