From: Richard Oudkerk Date: Sun, 6 May 2012 23:12:02 +0000 (+0100) Subject: Add Misc/NEWS entry for rev b4a1d9287780 X-Git-Tag: v3.3.0a4~243 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d30c5d5c9d6d908f775dd8bc0d23466457f5f336;p=python Add Misc/NEWS entry for rev b4a1d9287780 --- diff --git a/Misc/NEWS b/Misc/NEWS index 3af54fa577..3f60bcb548 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -17,6 +17,9 @@ Core and Builtins 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