commit | f8d00855109d98d364882d46b2060a46af6456c3 | [log] [tgz] |
---|---|---|
author | Jesse Noller <jnoller@gmail.com> | Tue Mar 31 03:25:07 2009 +0000 |
committer | Jesse Noller <jnoller@gmail.com> | Tue Mar 31 03:25:07 2009 +0000 |
tree | 36a357b94a9067c5821bfa193f7f6b895723824c | |
parent | 6d4a9cf85f819188ed929302f0034974ebd051ed [diff] [blame] |
merge 70783 to py3k
diff --git a/Misc/NEWS b/Misc/NEWS index de4245a..894aa71 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -49,6 +49,9 @@ Library ------- +- Issue #5261: Patch multiprocessing's semaphore.c to support context + manager use: "with multiprocessing.Lock()" works now. + - Issue #5236: Change time.strptime() to only take strings. Didn't work with bytes already but the failure was non-obvious.