mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Since r76034 was successful, add a NEWS entry for it.
This commit is contained in:
parent
c9ff3a7941
commit
aec4124fed
1 changed files with 4 additions and 0 deletions
|
@ -426,6 +426,10 @@ Core and Builtins
|
||||||
Library
|
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
|
- Issue #7246 & Issue #7208: getpass now properly flushes input before
|
||||||
reading from stdin so that existing input does not confuse it and
|
reading from stdin so that existing input does not confuse it and
|
||||||
lead to incorrect entry or an IOError. It also properly flushes it
|
lead to incorrect entry or an IOError. It also properly flushes it
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue