summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2009-06-04 08:58:32 (GMT)
committerGeorg Brandl <georg@python.org>2009-06-04 08:58:32 (GMT)
commite6632b47bbb0df00f67160b7497923e2f746d57b (patch)
treef1c3a6a3fa7bf0525a5c6a4f3b5fb15b8c824613 /Misc
parente616c53aecd539d2f1c6022a281c0fe4c5c336aa (diff)
downloadcpython-e6632b47bbb0df00f67160b7497923e2f746d57b.zip
cpython-e6632b47bbb0df00f67160b7497923e2f746d57b.tar.gz
cpython-e6632b47bbb0df00f67160b7497923e2f746d57b.tar.bz2
#5767: remove sgmlop support from xmlrpclib; the sgmlop parser does not do much validation and is no longer much faster than e.g. the cElementTree XMLParser.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index edc37d4..e311526 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -317,6 +317,8 @@ Core and Builtins
Library
-------
+- Issue #5767: Removed sgmlop support from xmlrpclib.
+
- Issue #6131: test_modulefinder leaked when run after test_distutils.
Patch by Hirokazu Yamamoto.