diff options
author | R David Murray <rdmurray@bitdance.com> | 2013-09-18 12:35:45 (GMT) |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2013-09-18 12:35:45 (GMT) |
commit | c64566e30fd4051d62b124a13f65fdd1910a7481 (patch) | |
tree | 627015113e616903bffd3c74ff8bd9bdef6ed878 /Misc/NEWS | |
parent | ba58e1d827445c3132a8b1a2d587c7e5eb9d5531 (diff) | |
download | cpython-c64566e30fd4051d62b124a13f65fdd1910a7481.zip cpython-c64566e30fd4051d62b124a13f65fdd1910a7481.tar.gz cpython-c64566e30fd4051d62b124a13f65fdd1910a7481.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/NEWS')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -32,6 +32,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 |