commit | 13a1fde4da63c92fdb86b6bcf4d2d21928c80bc8 | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Thu Jan 27 18:56:16 2005 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Thu Jan 27 18:56:16 2005 +0000 |
tree | de4623a84142b573fb538248ca50b7d75d9c0f07 | |
parent | bc029af436f90723e5b5bda4b9842d19153fe0a3 [diff] [blame] |
Partially revert #1074011; don't try to fflush stdin. Backported to 2.3 and 2.4.
diff --git a/Misc/NEWS b/Misc/NEWS index c72723a..1d919aa 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -10,7 +10,7 @@ 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