| commit | 5b5619f717be2a712c05d6c63a0ca4184f263aee | [log] [tgz] |
|---|---|---|
| author | Petri Lehtinen <petri@digip.org> | Fri Jun 29 15:09:12 2012 +0300 |
| committer | Petri Lehtinen <petri@digip.org> | Fri Jun 29 15:10:41 2012 +0300 |
| tree | 4d0ae9767f7fa1160a366ceeb653f9411d132712 | |
| parent | b6ee3d6b7a3eaf7af09dbe34879a821de997e215 [diff] [blame] |
#5346: Preserve permissions of mbox, MMDF and Babyl mailbox files on flush()
diff --git a/Misc/NEWS b/Misc/NEWS index 242b8f7..99515c0 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -81,6 +81,9 @@ 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.