[Python-checkins] python/dist/src/Misc NEWS,1.821,1.822

fdrake@users.sourceforge.net fdrake@users.sourceforge.net
Mon, 21 Jul 2003 10:17:12 -0700


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

Modified Files:
	NEWS 
Log Message:
Added note about the pyexpat memory leak fix.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.821
retrieving revision 1.822
diff -C2 -d -r1.821 -r1.822
*** NEWS	21 Jul 2003 14:25:23 -0000	1.821
--- NEWS	21 Jul 2003 17:17:10 -0000	1.822
***************
*** 20,23 ****
--- 20,28 ----
    than once.  This has been fixed.
  
+ - Fixed memory leak in pyexpat; using the parser's ParseFile() method
+   with open files that aren't instances of the standard file type
+   caused an instance of the bound .read() method to be leaked on every
+   call.
+ 
  Library
  -------