diff options
author | Petri Lehtinen <petri@digip.org> | 2012-06-28 10:53:43 (GMT) |
---|---|---|
committer | Petri Lehtinen <petri@digip.org> | 2012-06-28 10:56:14 (GMT) |
commit | dde8cb0899a0feb5a71918cc11bbc4f7f19830d4 (patch) | |
tree | c737036c0873297777e3ee05bb2c2e88219f0f6e /Misc/NEWS | |
parent | abb755db11b8f5a5a0b9c97540e3fb4e161e1894 (diff) | |
parent | f29435f9f0659d433ed2e0e3e8b9c15a4c7155fd (diff) | |
download | cpython-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/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |