summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorPetri Lehtinen <petri@digip.org>2012-06-28 10:53:43 (GMT)
committerPetri Lehtinen <petri@digip.org>2012-06-28 10:56:14 (GMT)
commitdde8cb0899a0feb5a71918cc11bbc4f7f19830d4 (patch)
treec737036c0873297777e3ee05bb2c2e88219f0f6e /Misc/NEWS
parentabb755db11b8f5a5a0b9c97540e3fb4e161e1894 (diff)
parentf29435f9f0659d433ed2e0e3e8b9c15a4c7155fd (diff)
downloadcpython-dde8cb0899a0feb5a71918cc11bbc4f7f19830d4.zip
cpython-dde8cb0899a0feb5a71918cc11bbc4f7f19830d4.tar.gz
cpython-dde8cb0899a0feb5a71918cc11bbc4f7f19830d4.tar.bz2
#9559: Append data to single-file mailbox files if messages are only added
If messages were only added, a new file is no longer created and renamed over the old file when flush() is called on an mbox, MMDF or Babyl mailbox.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 20a2407..4dcbfc2 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -14,6 +14,10 @@ Core and Builtins
Library
-------
+- Issue #9559: If messages were only added, a new file is no longer
+ created and renamed over the old file when flush() is called on an
+ mbox, MMDF or Babyl mailbox.
+
- Issue 10924: Fixed mksalt() to use a RNG that is suitable for cryptographic
purpose.