commit | f0d21c751b306e3192ddc81dfd28e74b8816e57b | [log] [tgz] |
---|---|---|
author | Jesse Noller <jnoller@gmail.com> | Mon Mar 30 23:38:36 2009 +0000 |
committer | Jesse Noller <jnoller@gmail.com> | Mon Mar 30 23:38:36 2009 +0000 |
tree | 7d259f79cfb33959ecc3f799b5e4bd1cd3d9dab6 | |
parent | d5ac4447bae5a1cb03b8b4ac6cd1d061de03493c [diff] [blame] |
merge 70783 back to 26maint
diff --git a/Misc/NEWS b/Misc/NEWS index f882ed9..d49fc0d 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -92,6 +92,9 @@ Library ------- +- Issue #5261: Patch multiprocessing's semaphore.c to support context + manager use: "with multiprocessing.Lock()" works now. + - Issue #5177: Multiprocessing's SocketListener class now uses socket.SO_REUSEADDR on all connections so that the user no longer needs to wait 120 seconds for the socket to expire.