[Python-checkins] cpython (merge 3.2 -> default): Fix NEWS entry for #15036

petri.lehtinen python-checkins at python.org
Mon Jun 18 09:49:33 CEST 2012


http://hg.python.org/cpython/rev/072b08989731
changeset:   77504:072b08989731
parent:      77501:bc2459063bcd
parent:      77503:38e2a87c9051
user:        Petri Lehtinen <petri at digip.org>
date:        Mon Jun 18 10:45:56 2012 +0300
summary:
  Fix NEWS entry for #15036

files:
  Misc/NEWS |  6 +++---
  1 files changed, 3 insertions(+), 3 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -45,9 +45,9 @@
   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.
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list