commit | 62f080c22e313c97450d2c23d86a97fb55915a2f | [log] [tgz] |
---|---|---|
author | Alexander Belopolsky <alexander.belopolsky@gmail.com> | Fri Jun 18 18:45:58 2010 +0000 |
committer | Alexander Belopolsky <alexander.belopolsky@gmail.com> | Fri Jun 18 18:45:58 2010 +0000 |
tree | 07dce593d991997498474a1cdd9e4421f5b95c5b | |
parent | 081994de8e0c0547106f4bf70e1f4d72f020da12 [diff] |
Blocked revisions 82073 via svnmerge ........ r82073 | alexander.belopolsky | 2010-06-18 14:44:37 -0400 (Fri, 18 Jun 2010) | 4 lines Issue #6641: Original commit for this issue, r82053, introduced a regression making datetime subclass' strptime return datetime rather than subclass instances. Fixed this bug and a few typos. ........