summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2015-05-18 15:29:33 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2015-05-18 15:29:33 (GMT)
commit5bf3120e244575189cb7090a0fb6026036f1f979 (patch)
tree7b680367b7f32fe817d0dd0f69be50d3518eab87 /Misc
parentca7fecb0389466ef1b995e69c92ea076d4c52498 (diff)
downloadcpython-5bf3120e244575189cb7090a0fb6026036f1f979.zip
cpython-5bf3120e244575189cb7090a0fb6026036f1f979.tar.gz
cpython-5bf3120e244575189cb7090a0fb6026036f1f979.tar.bz2
Issue #24091: Fixed various crashes in corner cases in C implementation of
ElementTree.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index a41bef0..d0e7aeb 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -50,6 +50,9 @@ Core and Builtins
Library
-------
+- Issue #24091: Fixed various crashes in corner cases in C implementation of
+ ElementTree.
+
- Issue #21931: msilib.FCICreate() now raises TypeError in the case of a bad
argument instead of a ValueError with a bogus FCI error number.
Patch by Jeffrey Armstrong.