commit | ce14c099dfc1f3f89d58e06174168b69161746e3 | [log] [tgz] |
---|---|---|
author | Jesse Noller <jnoller@gmail.com> | Thu Aug 06 02:08:10 2009 +0000 |
committer | Jesse Noller <jnoller@gmail.com> | Thu Aug 06 02:08:10 2009 +0000 |
tree | 03889a15507df7165fe06cd9bd6f92b2064e15fa | |
parent | 01c90a2c1ce8fca2802bc718874b0101b804a30d [diff] [blame] |
Merge fix for 4660 back to 26 maint
diff --git a/Misc/NEWS b/Misc/NEWS index 289ee1d..a4b3073 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -283,6 +283,9 @@ Library ------- +- Issue #4660: If a multiprocessing.JoinableQueue.put() was preempted, it was + possible to get a spurious 'task_done() called too many times' error. + - Issue #6595: The Decimal constructor now allows arbitrary Unicode decimal digits in input, as recommended by the standard. Previously it was restricted to accepting [0-9].