]> granicus.if.org Git - python/commit
#9559: Append data to single-file mailbox files if messages are only added
authorPetri Lehtinen <petri@digip.org>
Thu, 28 Jun 2012 10:53:43 +0000 (13:53 +0300)
committerPetri Lehtinen <petri@digip.org>
Thu, 28 Jun 2012 10:56:14 +0000 (13:56 +0300)
commitdde8cb0899a0feb5a71918cc11bbc4f7f19830d4
treec737036c0873297777e3ee05bb2c2e88219f0f6e
parentabb755db11b8f5a5a0b9c97540e3fb4e161e1894
parentf29435f9f0659d433ed2e0e3e8b9c15a4c7155fd
#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.
Lib/mailbox.py
Lib/test/test_mailbox.py
Misc/NEWS