diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2015-05-18 15:29:33 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2015-05-18 15:29:33 (GMT) |
commit | 5bf3120e244575189cb7090a0fb6026036f1f979 (patch) | |
tree | 7b680367b7f32fe817d0dd0f69be50d3518eab87 /Misc | |
parent | ca7fecb0389466ef1b995e69c92ea076d4c52498 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |