diff options
author | Petri Lehtinen <petri@digip.org> | 2012-06-15 18:01:39 (GMT) |
---|---|---|
committer | Petri Lehtinen <petri@digip.org> | 2012-06-15 18:01:56 (GMT) |
commit | a717d563d0807b4c95231fcebfd3fd7b5d567c26 (patch) | |
tree | 8f0c255e57d09ccb60ef2ae0c77306882069e718 /Misc | |
parent | 3730a17a58d9058b0880202050a8c1e4ea193e8f (diff) | |
parent | 02653f1b111c8b9f64de8960d9a55d4f5821e257 (diff) | |
download | cpython-a717d563d0807b4c95231fcebfd3fd7b5d567c26.zip cpython-a717d563d0807b4c95231fcebfd3fd7b5d567c26.tar.gz cpython-a717d563d0807b4c95231fcebfd3fd7b5d567c26.tar.bz2 |
#15036: Make a repeated changes and flushes work with single-file mailboxes
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -21,6 +21,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 #14059: Implement multiprocessing.Barrier. - Issue #15061: The inappropriately named hmac.secure_compare has been |