summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2013-09-18 12:36:36 (GMT)
committerR David Murray <rdmurray@bitdance.com>2013-09-18 12:36:36 (GMT)
commitcf6d0e77ea48e2e3f31c08782abb6e9be39012c8 (patch)
tree6e7a0214e71787741699c4524ab28d03256b04a1 /Misc
parentb7c1a5dcadfd13cb0afe92ab7e9cb4398259107f (diff)
parent41a22f1a778b87dee7b848c110a82e0a5b85208f (diff)
downloadcpython-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/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index f6636cc..b03ea3f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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