diff options
author | Petri Lehtinen <petri@digip.org> | 2012-06-18 07:45:56 (GMT) |
---|---|---|
committer | Petri Lehtinen <petri@digip.org> | 2012-06-18 07:45:56 (GMT) |
commit | 10e65881d5baf13d186821fcf7451f25f06db95e (patch) | |
tree | 12d4864e7eb513c8e873a4912d80c6f227fdf982 /Misc | |
parent | d5a1a21a89aab37cb41ce58a5f5da3590c55df86 (diff) | |
parent | da7a6e7da09f980f92559735079dc3f35cbe1ded (diff) | |
download | cpython-10e65881d5baf13d186821fcf7451f25f06db95e.zip cpython-10e65881d5baf13d186821fcf7451f25f06db95e.tar.gz cpython-10e65881d5baf13d186821fcf7451f25f06db95e.tar.bz2 |
Fix NEWS entry for #15036
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -45,9 +45,9 @@ Library non-standard iter_modules() method to be defined by an importer (something the importlib importers do not define). -- 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 #14059: Implement multiprocessing.Barrier. |