summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorPetri Lehtinen <petri@digip.org>2012-06-29 12:12:54 (GMT)
committerPetri Lehtinen <petri@digip.org>2012-06-29 12:12:54 (GMT)
commit25652884b452142460f5868ac28af4f12895e046 (patch)
tree51d38f09fcbb7fad851a15383a6ca7e522c0e293 /Misc
parent31a78c3d6521272c418f5ffbb8824d26be40db50 (diff)
parent5b5619f717be2a712c05d6c63a0ca4184f263aee (diff)
downloadcpython-25652884b452142460f5868ac28af4f12895e046.zip
cpython-25652884b452142460f5868ac28af4f12895e046.tar.gz
cpython-25652884b452142460f5868ac28af4f12895e046.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 2d8d168..4d1f104 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -14,6 +14,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.