]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
#17572: Avoid chained exceptions while passing bad directives to time.strptime()...
authorEzio Melotti <ezio.melotti@gmail.com>
Wed, 3 Apr 2013 23:09:20 +0000 (02:09 +0300)
committerEzio Melotti <ezio.melotti@gmail.com>
Wed, 3 Apr 2013 23:09:20 +0000 (02:09 +0300)
commit0f38908684505905fd0890f4effbe6f683b39954
treeb38d916a07ecd6e6cefd10ccb0fea619f0e2d172
parenta99e1711f7899fa49dfde4cd6b7514ad172ddff2
#17572: Avoid chained exceptions while passing bad directives to time.strptime().  Initial patch by Claudiu Popa.
Lib/_strptime.py
Lib/test/test_strptime.py
Lib/test/test_time.py
Misc/NEWS