]> granicus.if.org Git - python/commitdiff
Add note about changes in xml.sax.expatreader.
authorFred Drake <fdrake@acm.org>
Thu, 4 Apr 2002 19:36:15 +0000 (19:36 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 4 Apr 2002 19:36:15 +0000 (19:36 +0000)
Misc/NEWS

index ae2761fcd1d24a1561461ab69ffecde70bffe7bb..06df8e8083b0732a72340c04677288af7704d57c 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -91,6 +91,10 @@ Library
 
 - 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
 
 - freeze.py now produces binaries which can import shared modules,