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

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


http://hg.python.org/cpython/rev/38e2a87c9051
changeset:   77503:38e2a87c9051
branch:      3.2
parent:      77498:6fbbf4ec6db5
user:        Petri Lehtinen <petri at digip.org>
date:        Mon Jun 18 10:43:53 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
@@ -70,9 +70,9 @@
 Library
 -------
 
-- 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 #10133: Make multiprocessing deallocate buffer if socket read
   fails.  Patch by Hallvard B Furuseth.

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


More information about the Python-checkins mailing list