[Python-checkins] CVS: python/dist/src/Misc NEWS,1.146.2.10,1.146.2.11

Fred L. Drake fdrake@users.sourceforge.net
Thu, 04 Apr 2002 11:45:04 -0800


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

Modified Files:
      Tag: release21-maint
	NEWS 
Log Message:
Add note about changes in xml.sax.expatreader.

Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.146.2.10
retrieving revision 1.146.2.11
diff -C2 -d -r1.146.2.10 -r1.146.2.11
*** NEWS	29 Mar 2002 01:06:35 -0000	1.146.2.10
--- NEWS	4 Apr 2002 19:45:01 -0000	1.146.2.11
***************
*** 11,14 ****
--- 11,20 ----
    could access a pointer to freed memory.
  
+ Library
+ 
+ - The xml.sax.expatreader.ExpatParser class will no longer create
+   circular references by using itself as the locator that gets passed
+   to the content handler implementation.  [SF bug #535474]
+ 
  
  What's New in Python 2.1.2 (final)?