Update of /cvsroot/python/python/dist/src/Misc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22415/Misc Modified Files: Tag: release23-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.831.4.165 retrieving revision 1.831.4.166 diff -u -d -r1.831.4.165 -r1.831.4.166 --- NEWS 25 Jan 2005 12:51:39 -0000 1.831.4.165 +++ NEWS 27 Jan 2005 18:55:01 -0000 1.831.4.166 @@ -4,6 +4,15 @@ (editors: check NEWS.help for information about editing NEWS using ReST.) +What's New in Python 2.3.5? +============================== + +*Release date: XX-XXX-2005* + +Core and builtins +----------------- +- Partially revert the fix for #1074011; don't try to fflush stdin anymore. + What's New in Python 2.3.5rc1? ==============================
participants (1)
-
loewis@users.sourceforge.net