diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2013-11-24 16:15:37 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2013-11-24 16:15:37 (GMT) |
commit | cdac302af362f275f31c13e143f78ec682ef7b68 (patch) | |
tree | 67f2c16bfe74aa6d1421627955e49ff5389d186b /Misc | |
parent | 44d2429a25589950284bd13c9343657e73f4927f (diff) | |
download | cpython-cdac302af362f275f31c13e143f78ec682ef7b68.zip cpython-cdac302af362f275f31c13e143f78ec682ef7b68.tar.gz cpython-cdac302af362f275f31c13e143f78ec682ef7b68.tar.bz2 |
Issue #19545: Avoid chained exceptions while passing stray % to
time.strptime(). Initial patch by Claudiu Popa.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -13,6 +13,9 @@ Core and Builtins Library ------- +- Issue #19545: Avoid chained exceptions while passing stray % to + time.strptime(). Initial patch by Claudiu Popa. + - Issue #19633: Fixed writing not compressed 16- and 32-bit wave files on big-endian platforms. |