summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2011-05-09 06:12:19 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2011-05-09 06:12:19 (GMT)
commit7c038b472675cf6e9ade17cf0ab9f3c8b5250f90 (patch)
tree8982107ce1ec0e5369a851ea936a8a7618379edd /Misc
parent75813105a2cb35ce4486038dd9bb7ae07e2a2c72 (diff)
parent867754e3e3c907f87d1bb0282df628deb392cd62 (diff)
downloadcpython-7c038b472675cf6e9ade17cf0ab9f3c8b5250f90.zip
cpython-7c038b472675cf6e9ade17cf0ab9f3c8b5250f90.tar.gz
cpython-7c038b472675cf6e9ade17cf0ab9f3c8b5250f90.tar.bz2
merge 11164
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 eec84f7..36a6cb5 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -140,6 +140,8 @@ Core and Builtins
Library
-------
+- Issue #11164: Stop trying to use _xmlplus in the xml module.
+
- Issue #11888: Add log2 function to math module. Patch written by Mark
Dickinson.