From: Fred Drake Date: Thu, 4 Apr 2002 19:36:15 +0000 (+0000) Subject: Add note about changes in xml.sax.expatreader. X-Git-Tag: v2.3c1~6134 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fed7e8579146be36ae7d87c177f27147d2f8e352;p=thirdparty%2FPython%2Fcpython.git Add note about changes in xml.sax.expatreader. --- diff --git a/Misc/NEWS b/Misc/NEWS index ae2761fcd1d2..06df8e8083b0 100644 --- 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,