From d30c5d5c9d6d908f775dd8bc0d23466457f5f336 Mon Sep 17 00:00:00 2001 From: Richard Oudkerk Date: Mon, 7 May 2012 00:12:02 +0100 Subject: Add Misc/NEWS entry for rev b4a1d9287780 --- Misc/NEWS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Misc/NEWS b/Misc/NEWS index 3af54fa..3f60bcb 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 -- cgit v0.12