Since r76034 was successful, add a NEWS entry for it.

This commit is contained in:
Antoine Pitrou 2009-11-02 11:34:27 +00:00
parent c9ff3a7941
commit aec4124fed

View file

@ -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