diff options
author | R David Murray <rdmurray@bitdance.com> | 2013-09-18 12:36:36 (GMT) |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2013-09-18 12:36:36 (GMT) |
commit | cf6d0e77ea48e2e3f31c08782abb6e9be39012c8 (patch) | |
tree | 6e7a0214e71787741699c4524ab28d03256b04a1 /Misc | |
parent | b7c1a5dcadfd13cb0afe92ab7e9cb4398259107f (diff) | |
parent | 41a22f1a778b87dee7b848c110a82e0a5b85208f (diff) | |
download | cpython-cf6d0e77ea48e2e3f31c08782abb6e9be39012c8.zip cpython-cf6d0e77ea48e2e3f31c08782abb6e9be39012c8.tar.gz cpython-cf6d0e77ea48e2e3f31c08782abb6e9be39012c8.tar.bz2 |
Merge #19037: adjust file times *before* moving maildir files into place.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -12,6 +12,10 @@ Core and Builtins Library ------- +- Issue #19037: The mailbox module now makes all changes to maildir files + before moving them into place, to avoid race conditions with other programs + that may be accessing the maildir directory. + - Issue #14984: On POSIX systems, when netrc is called without a filename argument (and therefore is reading the user's $HOME/.netrc file), it now enforces the same security rules as typical ftp clients: the .netrc file must |