summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorPetri Lehtinen <petri@digip.org>2012-06-29 12:09:12 (GMT)
committerPetri Lehtinen <petri@digip.org>2012-06-29 12:10:41 (GMT)
commit5b5619f717be2a712c05d6c63a0ca4184f263aee (patch)
tree4d0ae9767f7fa1160a366ceeb653f9411d132712 /Misc
parentb6ee3d6b7a3eaf7af09dbe34879a821de997e215 (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 242b8f7..99515c0 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.