Commit b21aa330 authored by Antoine Pitrou's avatar Antoine Pitrou

Add what's new entry for r80157 and r80071.

parent 737076db
......@@ -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
=============
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment