summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2002-04-04 19:36:15 (GMT)
committerFred Drake <fdrake@acm.org>2002-04-04 19:36:15 (GMT)
commitfed7e8579146be36ae7d87c177f27147d2f8e352 (patch)
tree7301b380d5973a81d871d3f4de5c092c75fecc66 /Misc
parentda204daeaa39019f2134166308c5b9cdfa84b84a (diff)
downloadcpython-fed7e8579146be36ae7d87c177f27147d2f8e352.zip
cpython-fed7e8579146be36ae7d87c177f27147d2f8e352.tar.gz
cpython-fed7e8579146be36ae7d87c177f27147d2f8e352.tar.bz2
Add note about changes in xml.sax.expatreader.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index ae2761f..06df8e8 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,