]> granicus.if.org Git - python/commit
Issue #23136: _strptime now uniformly handles all days in week 0, including
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 19 Mar 2015 17:14:15 +0000 (19:14 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Thu, 19 Mar 2015 17:14:15 +0000 (19:14 +0200)
commitfc7344a79219643a18449074c09d28773a70f975
treee383b68225b76876bbf9a566fc1db8ce4dbb6041
parent4f418d36714787fa85652806c93405e4874bca61
parent423feea01e40699ad4e4c91139a64c71578b4eef
Issue #23136: _strptime now uniformly handles all days in week 0, including
Jan 30 of previous year.  Based on patch by Jim Carroll.
Lib/_strptime.py
Misc/NEWS