]> granicus.if.org Git - python/commit
Issue #19545: Avoid chained exceptions while passing stray % to
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 24 Nov 2013 16:17:11 +0000 (18:17 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 24 Nov 2013 16:17:11 +0000 (18:17 +0200)
commitb5d386314fc9f66f9f69399da9b32bf0b6504033
tree7dba719b73fe92f52645bbee8da63652f9f207e6
parent4d01c4b6bbb7b35edd8cd4f4577e2c97cba8b9fa
parentcdac302af362f275f31c13e143f78ec682ef7b68
Issue #19545: Avoid chained exceptions while passing stray % to
time.strptime().  Initial patch by Claudiu Popa.
Lib/_strptime.py
Lib/test/test_time.py
Misc/NEWS