]> granicus.if.org Git - python/commit
Issue #14157: Fix time.strptime failing without a year on February 29th.
authorAntoine Pitrou <solipsis@pitrou.net>
Thu, 10 May 2012 18:17:46 +0000 (20:17 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Thu, 10 May 2012 18:17:46 +0000 (20:17 +0200)
commit1682e5d74080d88109b3fc54e2ddfa762feb3e1d
treef12a24b81302f643264728357956909d5d8f2a8c
parenta9494f6c53b9b69063f0f304062a6a6bf013e47a
Issue #14157: Fix time.strptime failing without a year on February 29th.
Patch by Hynek Schlawack.
Lib/_strptime.py
Lib/test/test_strptime.py
Misc/NEWS