summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorPetri Lehtinen <petri@digip.org>2012-06-18 07:43:53 (GMT)
committerPetri Lehtinen <petri@digip.org>2012-06-18 07:43:53 (GMT)
commitda7a6e7da09f980f92559735079dc3f35cbe1ded (patch)
treefddf92d75298ea044e960d9540317c12d33449ba /Misc/NEWS
parent3ac8c780f4fdb32f07b03954e38e23a1ce6fb99c (diff)
downloadcpython-da7a6e7da09f980f92559735079dc3f35cbe1ded.zip
cpython-da7a6e7da09f980f92559735079dc3f35cbe1ded.tar.gz
cpython-da7a6e7da09f980f92559735079dc3f35cbe1ded.tar.bz2
Fix NEWS entry for #15036
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS6
1 files changed, 3 insertions, 3 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 446688c..02064c0 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -70,9 +70,9 @@ Core and Builtins
Library
-------
-- Issue #15036: Allow removing or changing multiple items in
- single-file mailboxes (mbox, MMDF, Babyl) flushing the mailbox
- between the changes.
+- Issue #15036: Mailbox no longer throws an error if a flush is done
+ between operations when removing or changing multiple items in mbox,
+ MMDF, or Babyl mailboxes.
- Issue #10133: Make multiprocessing deallocate buffer if socket read
fails. Patch by Hallvard B Furuseth.