From: Fred Drake Date: Thu, 4 Apr 2002 19:45:01 +0000 (+0000) Subject: Add note about changes in xml.sax.expatreader. X-Git-Tag: v2.1.3~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=69337c703b5e8a8c6c3700d3c05b7961ae6477da;p=thirdparty%2FPython%2Fcpython.git Add note about changes in xml.sax.expatreader. --- diff --git a/Misc/NEWS b/Misc/NEWS index 7e08aca0a076..76c30147fd0a 100644 --- 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)? ===================================