diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2015-05-18 15:33:31 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2015-05-18 15:33:31 (GMT) |
commit | a2c145c2f3def66a39295422a3d99b0b357978d5 (patch) | |
tree | 253eb48a4404eff9c45dec6c9f2930f10d13b395 /Misc | |
parent | c0937f79ec12fb46938416004fd1fd002ae75a12 (diff) | |
parent | 5bf3120e244575189cb7090a0fb6026036f1f979 (diff) | |
download | cpython-a2c145c2f3def66a39295422a3d99b0b357978d5.zip cpython-a2c145c2f3def66a39295422a3d99b0b357978d5.tar.gz cpython-a2c145c2f3def66a39295422a3d99b0b357978d5.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
@@ -49,6 +49,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. |