]> 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)
commitc2b714ce216bb0c844e3d4c3440937b82a924e3d
tree4ed31322b2e39ede48225c97984dac05aae1efaa
parent35d03ed832cb7f3127794b218aac86fae93b8354
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