[Python-checkins] python/dist/src/Misc NEWS, 1.1193.2.15, 1.1193.2.16

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


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

Modified Files:
      Tag: release24-maint
	NEWS 
Log Message:
Partially revert #1074011; don't try to fflush stdin.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1193.2.15
retrieving revision 1.1193.2.16
diff -u -d -r1.1193.2.15 -r1.1193.2.16
--- NEWS	23 Jan 2005 09:50:12 -0000	1.1193.2.15
+++ NEWS	27 Jan 2005 18:58:29 -0000	1.1193.2.16
@@ -12,7 +12,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.
 
 - Bug #1085744:  Add missing overflow check to PySequence_Tuple().



More information about the Python-checkins mailing list