[Python-checkins] python/dist/src/Misc NEWS, 1.1193年2月14日,
1.1193年2月15日
loewis at users.sourceforge.net
loewis at users.sourceforge.net
Sun Jan 23 10:50:17 CET 2005
Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26502/Misc
Modified Files:
Tag: release24-maint
NEWS
Log Message:
Flush std{in,out,err} before closing it. Fixes #1074011.
Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1193年2月14日
retrieving revision 1.1193年2月15日
diff -u -d -r1.1193年2月14日 -r1.1193年2月15日
--- NEWS 20 Jan 2005 19:21:24 -0000 1.1193年2月14日
+++ NEWS 23 Jan 2005 09:50:12 -0000 1.1193年2月15日
@@ -12,6 +12,9 @@
Core and builtins
-----------------
+- Bug #1074011: closing sys.std{in,out,err} now causes a flush() and
+ an ferror() call.
+
- Bug #1085744: Add missing overflow check to PySequence_Tuple().
Make resize schedule linear (amortized).
More information about the Python-checkins
mailing list