summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2016-06-12 06:43:55 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2016-06-12 06:43:55 (GMT)
commit9062c261a4f9268f4621548ec205c80411f75b6e (patch)
treee6f41d63259f2c1bfa3bac2ebbe3a13f20047d3b /Misc
parent3c317e76a2fe78896b546e08fa753075463e7d41 (diff)
downloadcpython-9062c261a4f9268f4621548ec205c80411f75b6e.zip
cpython-9062c261a4f9268f4621548ec205c80411f75b6e.tar.gz
cpython-9062c261a4f9268f4621548ec205c80411f75b6e.tar.bz2
Issue #25455: Fixed a crash in repr of ElementTree.Element with recursive tag.
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 9d82626..19cb832 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -143,6 +143,8 @@ Core and Builtins
Library
-------
+- Issue #25455: Fixed a crash in repr of ElementTree.Element with recursive tag.
+
- Issue #26556: Update expat to 2.1.1, fixes CVE-2015-1283.
- Fix TLS stripping vulnerability in smptlib, CVE-2016-0772. Reported by Team