diff options
author | R David Murray <rdmurray@bitdance.com> | 2013-09-18 12:34:40 (GMT) |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2013-09-18 12:34:40 (GMT) |
commit | 41a22f1a778b87dee7b848c110a82e0a5b85208f (patch) | |
tree | 533a43f1c3d15161ae1f9e6719c9216f91908424 /Misc | |
parent | 825b50a40f394e7f2e33b1ceccc23e5877346172 (diff) | |
download | cpython-41a22f1a778b87dee7b848c110a82e0a5b85208f.zip cpython-41a22f1a778b87dee7b848c110a82e0a5b85208f.tar.gz cpython-41a22f1a778b87dee7b848c110a82e0a5b85208f.tar.bz2 |
#19037: adjust file times *before* moving maildir files into place.
This avoids race conditions when other programs are monitoring
the maildir directory. Patch by janzert.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -68,6 +68,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 |