commit | 1a5e5de818a1393bbb32fabf2ee8ad8c239b6e9b | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Wed Mar 14 17:41:15 2012 -0500 |
committer | Benjamin Peterson <benjamin@python.org> | Wed Mar 14 17:41:15 2012 -0500 |
tree | 8454695ee3e36f84927877129e84e0913221ccc3 | |
parent | 7c466b4fdcdf59f8d98abcbf62dbbf4ab209d2db [diff] [blame] |
remove get_prefix and set_prefix (#13248)
diff --git a/Misc/NEWS b/Misc/NEWS index a9f33a2..6937a45 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -24,6 +24,8 @@ 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