diff options
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |