]> granicus.if.org Git - python/commitdiff
Since r76034 was successful, add a NEWS entry for it.
authorAntoine Pitrou <solipsis@pitrou.net>
Mon, 2 Nov 2009 11:34:27 +0000 (11:34 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Mon, 2 Nov 2009 11:34:27 +0000 (11:34 +0000)
Misc/NEWS

index b8ea8fe34286e3dc6eb21c78ef57109bd99b6098..d97d652e11c661b451fcd0c47c4224f87e88fa8a 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -426,6 +426,10 @@ Core and Builtins
 Library
 -------
 
+- Issue #6896: mailbox.Maildir now invalidates its internal cache each time
+  a modification is done through it.  This fixes inconsistencies and test
+  failures on systems with slightly bogus mtime behaviour.
+
 - Issue #7246 & Issue #7208: getpass now properly flushes input before
   reading from stdin so that existing input does not confuse it and
   lead to incorrect entry or an IOError.  It also properly flushes it