[Python-checkins] CVS: python/dist/src/Misc NEWS,1.375,1.376

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


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

Modified Files:
	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.375
retrieving revision 1.376
diff -C2 -d -r1.375 -r1.376
*** NEWS	4 Apr 2002 16:17:11 -0000	1.375
--- NEWS	4 Apr 2002 19:36:15 -0000	1.376
***************
*** 92,95 ****
--- 92,99 ----
  - warnings.warn now accepts a Warning instance as first argument.
  
+ - 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]
+ 
  Tools/Demos