[Python-checkins] python/dist/src/Misc NEWS,1.337.2.4.2.64,1.337.2.4.2.65

niemeyer@users.sourceforge.net niemeyer@users.sourceforge.net
Mon, 03 Mar 2003 16:50:26 -0800


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1:/tmp/cvs-serv25505/Misc

Modified Files:
      Tag: release22-maint
	NEWS 
Log Message:
Backported fix to [521782] unreliable file.read() error handling.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.337.2.4.2.64
retrieving revision 1.337.2.4.2.65
diff -C2 -d -r1.337.2.4.2.64 -r1.337.2.4.2.65
*** NEWS	1 Mar 2003 02:14:52 -0000	1.337.2.4.2.64
--- NEWS	4 Mar 2003 00:50:23 -0000	1.337.2.4.2.65
***************
*** 296,299 ****
--- 296,302 ----
    class than for instances of that class.
  
+ - Fixed bug #521782: when a file was in non-blocking mode, file.read()
+   could silently lose data or wrongly throw an unknown error.
+ 
  Extension modules