diff options
author | Petri Lehtinen <petri@digip.org> | 2012-06-15 17:50:51 (GMT) |
---|---|---|
committer | Petri Lehtinen <petri@digip.org> | 2012-06-15 17:59:31 (GMT) |
commit | 02653f1b111c8b9f64de8960d9a55d4f5821e257 (patch) | |
tree | 5455e6956ffeac421aebd3b7d9ec20ee8e40241c /Misc/NEWS | |
parent | 13775221e06f86b319f9591946b7ff9fb49bb907 (diff) | |
download | cpython-02653f1b111c8b9f64de8960d9a55d4f5821e257.zip cpython-02653f1b111c8b9f64de8960d9a55d4f5821e257.tar.gz cpython-02653f1b111c8b9f64de8960d9a55d4f5821e257.tar.bz2 |
#15036: Make a repeated changes and flushes work with single-file mailboxes
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -70,6 +70,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. |