#5346: Preserve permissions of mbox, MMDF and Babyl mailbox files on flush()

This commit is contained in:
Petri Lehtinen 2012-06-29 15:09:12 +03:00
parent 4e6e5a06bb
commit d07de40490
3 changed files with 23 additions and 0 deletions

View file

@ -75,6 +75,9 @@ Core and Builtins
Library
-------
- Issue #5346: Preserve permissions of mbox, MMDF and Babyl mailbox
files on flush().
- Issue #15219: Fix a reference leak when hashlib.new() is called with
invalid parameters.