summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2011-05-07 02:07:19 (GMT)
committerR David Murray <rdmurray@bitdance.com>2011-05-07 02:07:19 (GMT)
commitcaed7fe0ffeadb681d175320574d4d51c060f07b (patch)
treec966c7fac5ee738349b8804b4c931d2719165073 /Misc
parentf51738b10e83d0adf404ca989970a5b44700d685 (diff)
downloadcpython-caed7fe0ffeadb681d175320574d4d51c060f07b.zip
cpython-caed7fe0ffeadb681d175320574d4d51c060f07b.tar.gz
cpython-caed7fe0ffeadb681d175320574d4d51c060f07b.tar.bz2
#11999: sync based on comparing mtimes, not mtime to system clock
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 1c6fedc..2e31693 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -66,6 +66,10 @@ Core and Builtins
Library
-------
+- Issue 11999: fixed sporadic sync failure mailbox.Maildir due to its trying to
+ detect mtime changes by comparing to the system clock instead of to the
+ previous value of the mtime.
+
- Issue #10684: shutil.move used to delete a folder on case insensitive
filesystems when the source and destination name where the same except
for the case.