summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2012-03-14 22:41:15 (GMT)
committerBenjamin Peterson <benjamin@python.org>2012-03-14 22:41:15 (GMT)
commit1a5e5de818a1393bbb32fabf2ee8ad8c239b6e9b (patch)
tree8454695ee3e36f84927877129e84e0913221ccc3 /Misc/NEWS
parent7c466b4fdcdf59f8d98abcbf62dbbf4ab209d2db (diff)
downloadcpython-1a5e5de818a1393bbb32fabf2ee8ad8c239b6e9b.zip
cpython-1a5e5de818a1393bbb32fabf2ee8ad8c239b6e9b.tar.gz
cpython-1a5e5de818a1393bbb32fabf2ee8ad8c239b6e9b.tar.bz2
remove get_prefix and set_prefix (#13248)
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index a9f33a2..6937a45 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -24,6 +24,8 @@ Core and Builtins
Library
-------
+- Issue #13248: Remove lib2to3.pytree.Base.get_prefix/set_prefix.
+
- Issue #14234: CVE-2012-0876: Randomize hashes of xml attributes in the hash
table internal to the pyexpat module's copy of the expat library to avoid a
denial of service due to hash collisions. Patch by David Malcolm with some