diff options
author | Petri Lehtinen <petri@digip.org> | 2012-06-29 12:09:12 (GMT) |
---|---|---|
committer | Petri Lehtinen <petri@digip.org> | 2012-06-29 12:10:41 (GMT) |
commit | 5b5619f717be2a712c05d6c63a0ca4184f263aee (patch) | |
tree | 4d0ae9767f7fa1160a366ceeb653f9411d132712 /Misc | |
parent | b6ee3d6b7a3eaf7af09dbe34879a821de997e215 (diff) | |
download | cpython-5b5619f717be2a712c05d6c63a0ca4184f263aee.zip cpython-5b5619f717be2a712c05d6c63a0ca4184f263aee.tar.gz cpython-5b5619f717be2a712c05d6c63a0ca4184f263aee.tar.bz2 |
#5346: Preserve permissions of mbox, MMDF and Babyl mailbox files on flush()
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -81,6 +81,9 @@ Core and Builtins Library ------- +- Issue #5346: Preserve permissions of mbox, MMDF and Babyl mailbox + files on flush(). + - Issue #10571: Fix the "--sign" option of distutils' upload command. Patch by Jakub Wilk. |