]> granicus.if.org Git - python/commitdiff
Fix NEWS entry for #15036
authorPetri Lehtinen <petri@digip.org>
Mon, 18 Jun 2012 07:42:05 +0000 (10:42 +0300)
committerPetri Lehtinen <petri@digip.org>
Mon, 18 Jun 2012 07:42:08 +0000 (10:42 +0300)
Misc/NEWS

index 17c636baec08766a47ba92c7acd0f043e2e33348..a11c488c3e48425cf0038df01f8aaf9fe41c5b8c 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -71,9 +71,9 @@ Library
   with 'b' and 'br' prefixes to be incorrectly tokenized has been fixed.
   Patch by Serhiy Storchaka.
 
-- 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.