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

index 446688c01a059d78c2a7f3e0ab5747e7fafb18d7..02064c0a15f73f842ceabb0d601062d3c90e179f 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -70,9 +70,9 @@ 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 #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.