summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorPetri Lehtinen <petri@digip.org>2012-06-15 17:50:51 (GMT)
committerPetri Lehtinen <petri@digip.org>2012-06-15 17:50:51 (GMT)
commit7cf66996992eeb7f3ad4c19f960b967e1beb5fa3 (patch)
tree44bde88b6377bdb57949ad7f0685ea16b667ecb6 /Misc
parent5ec84cd69e69739bd4ca799f611f5ec75bac6a31 (diff)
downloadcpython-7cf66996992eeb7f3ad4c19f960b967e1beb5fa3.zip
cpython-7cf66996992eeb7f3ad4c19f960b967e1beb5fa3.tar.gz
cpython-7cf66996992eeb7f3ad4c19f960b967e1beb5fa3.tar.bz2
#15036: Make a repeated changes and flushes work with single-file mailboxes
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index c4010c3..c4b27fb 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -67,6 +67,10 @@ 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 #10133: Make multiprocessing deallocate buffer if socket read
fails. Patch by Hallvard B Furuseth.