]> 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:48:17 +0000 (13:48 +0300)
committerPetri Lehtinen <petri@digip.org>
Thu, 28 Jun 2012 10:53:23 +0000 (13:53 +0300)
commitf29435f9f0659d433ed2e0e3e8b9c15a4c7155fd
treed95ccdf454410f57f34c442b11cf0d8e5d21a281
parent8237258e094f7d7beddcd6dd113213f2fba2b269
#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