diff options
author | Richard Oudkerk <shibturn@gmail.com> | 2012-05-06 23:12:02 (GMT) |
---|---|---|
committer | Richard Oudkerk <shibturn@gmail.com> | 2012-05-06 23:12:02 (GMT) |
commit | d30c5d5c9d6d908f775dd8bc0d23466457f5f336 (patch) | |
tree | abd7e94958181288dfbb6f3b2d282bc52b11ab27 | |
parent | 486a0451f3cb7bd71b1ca75ac3e915396f091733 (diff) | |
download | cpython-d30c5d5c9d6d908f775dd8bc0d23466457f5f336.zip cpython-d30c5d5c9d6d908f775dd8bc0d23466457f5f336.tar.gz cpython-d30c5d5c9d6d908f775dd8bc0d23466457f5f336.tar.bz2 |
Add Misc/NEWS entry for rev b4a1d9287780
-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 |