commit | 7cf66996992eeb7f3ad4c19f960b967e1beb5fa3 | [log] [tgz] |
---|---|---|
author | Petri Lehtinen <petri@digip.org> | Fri Jun 15 20:50:51 2012 +0300 |
committer | Petri Lehtinen <petri@digip.org> | Fri Jun 15 20:50:51 2012 +0300 |
tree | 44bde88b6377bdb57949ad7f0685ea16b667ecb6 | |
parent | 5ec84cd69e69739bd4ca799f611f5ec75bac6a31 [diff] [blame] |
#15036: Make a repeated changes and flushes work with single-file mailboxes
diff --git a/Misc/NEWS b/Misc/NEWS index c4010c3..c4b27fb 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -67,6 +67,10 @@ 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.