]> 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:15:37 +0000 (18:15 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 24 Nov 2013 16:15:37 +0000 (18:15 +0200)
commitcdac302af362f275f31c13e143f78ec682ef7b68
tree67f2c16bfe74aa6d1421627955e49ff5389d186b
parent44d2429a25589950284bd13c9343657e73f4927f
Issue #19545: Avoid chained exceptions while passing stray % to
time.strptime().  Initial patch by Claudiu Popa.
Lib/_strptime.py
Lib/test/test_strptime.py
Lib/test/test_time.py
Misc/NEWS