summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2005-01-27 18:56:16 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2005-01-27 18:56:16 (GMT)
commit13a1fde4da63c92fdb86b6bcf4d2d21928c80bc8 (patch)
treede4623a84142b573fb538248ca50b7d75d9c0f07 /Misc
parentbc029af436f90723e5b5bda4b9842d19153fe0a3 (diff)
downloadcpython-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/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index c72723a..1d919aa 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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