[Python-checkins] python/dist/src/Misc NEWS,1.1231,1.1232

loewis at users.sourceforge.net loewis at users.sourceforge.net
Sun Jan 23 10:41:52 CET 2005


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

Modified Files:
	NEWS 
Log Message:
Flush std{in,out,err} before closing it. Fixes #1074011.
Will backport to 2.4 and 2.3.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1231
retrieving revision 1.1232
diff -u -d -r1.1231 -r1.1232
--- NEWS	23 Jan 2005 09:27:23 -0000	1.1231
+++ NEWS	23 Jan 2005 09:41:49 -0000	1.1232
@@ -10,6 +10,9 @@
 Core and builtins
 -----------------
 
+- Bug #1074011: closing sys.std{in,out,err} now causes a flush() and 
+  an ferror() call.
+
 - min() and max() now support key= arguments with the same meaning as in
   list.sort().
 



More information about the Python-checkins mailing list