diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2009-11-02 11:34:27 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2009-11-02 11:34:27 (GMT) |
commit | aec4124fed3b22279f272a527f4c2640beadad3d (patch) | |
tree | 1dc24a9fdc770cf1e034b8505e06d5d34c53165c | |
parent | c9ff3a79416c7c1fe8c5a8856010e19dfed19de7 (diff) | |
download | cpython-aec4124fed3b22279f272a527f4c2640beadad3d.zip cpython-aec4124fed3b22279f272a527f4c2640beadad3d.tar.gz cpython-aec4124fed3b22279f272a527f4c2640beadad3d.tar.bz2 |
Since r76034 was successful, add a NEWS entry for it.
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |