]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Add note about changes in xml.sax.expatreader.
authorFred Drake <fdrake@acm.org>
Thu, 4 Apr 2002 19:45:01 +0000 (19:45 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 4 Apr 2002 19:45:01 +0000 (19:45 +0000)
Misc/NEWS

index 7e08aca0a0766e1bea182753feee5754e0f3aae9..76c30147fd0a695410280a34164f99d3b8325a8d 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,12 @@ Core
   access to the current frame during destruction of a local variable
   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)?
 ===================================