commit | 1fdb6335304551b79838523811525d3c59d901ae | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Sun Mar 09 07:44:42 2003 +0000 |
committer | Raymond Hettinger <python@rcn.com> | Sun Mar 09 07:44:42 2003 +0000 |
tree | 726a079ac1c8adddc5493ec9ecb87acd94de0dce | |
parent | c8df5780e116a44682df91773eb9cad13e6699b0 [diff] |
SF patch #691928: Use datetime in _strptime Contributed by Brett Cannon. To prevent code duplication, I patched _strptime to use datetime's date object to do Julian day, Gregorian, and day of the week calculations. Patch also includes new regression tests to test results and the calculation gets triggered. Very minor comment changes and the contact email are also changed.