[Python-checkins] python/dist/src/Misc NEWS,1.1233,1.1234

loewis at users.sourceforge.net loewis at users.sourceforge.net
Thu Jan 27 19:56:19 CET 2005


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22685/Misc

Modified Files:
	NEWS 
Log Message:
Partially revert #1074011; don't try to fflush stdin.
Backported to 2.3 and 2.4.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1233
retrieving revision 1.1234
diff -u -d -r1.1233 -r1.1234
--- NEWS	23 Jan 2005 15:16:08 -0000	1.1233
+++ NEWS	27 Jan 2005 18:56:15 -0000	1.1234
@@ -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



More information about the Python-checkins mailing list