diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2005-01-27 18:56:16 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2005-01-27 18:56:16 (GMT) |
commit | 13a1fde4da63c92fdb86b6bcf4d2d21928c80bc8 (patch) | |
tree | de4623a84142b573fb538248ca50b7d75d9c0f07 /Misc | |
parent | bc029af436f90723e5b5bda4b9842d19153fe0a3 (diff) | |
download | cpython-13a1fde4da63c92fdb86b6bcf4d2d21928c80bc8.zip cpython-13a1fde4da63c92fdb86b6bcf4d2d21928c80bc8.tar.gz cpython-13a1fde4da63c92fdb86b6bcf4d2d21928c80bc8.tar.bz2 |
Partially revert #1074011; don't try to fflush stdin.
Backported to 2.3 and 2.4.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ What's New in Python 2.5 alpha 1? Core and builtins ----------------- -- Bug #1074011: closing sys.std{in,out,err} now causes a flush() and +- Bug #1074011: closing sys.std{out,err} now causes a flush() and an ferror() call. - min() and max() now support key= arguments with the same meaning as in |