summaryrefslogtreecommitdiff
path: root/Misc
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2011-05-06 21:56:22 -0400
committerR David Murray <rdmurray@bitdance.com>2011-05-06 21:56:22 -0400
commitd8e24a1f972e95120f1cebc7e68dd5307ae9dfe2 (patch)
tree4667cc63cce257e83db541763f21f58464d2b0c2 /Misc
parent5ea579f779d8711dc1f5d3f4e54e7ec7ec0a6dd9 (diff)
downloadcpython-d8e24a1f972e95120f1cebc7e68dd5307ae9dfe2.tar.gz
#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 bdecdf2744..7207f4b919 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -77,6 +77,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.