]> 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:49:37 +0000 (13:49 +0300)
commit45f0d9835ce9546429b5c94b7bdea9c20ec91b02
tree7c2c75fd2bb7d8af679cd10db698989cedf0bc59
parent8c368efa5560f748587d68bb8bf8da34f8caaaa6
#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