]> granicus.if.org Git - python/commit
Issue #6641: Original commit for this issue, r82053, introduced a
authorAlexander Belopolsky <alexander.belopolsky@gmail.com>
Fri, 18 Jun 2010 18:44:37 +0000 (18:44 +0000)
committerAlexander Belopolsky <alexander.belopolsky@gmail.com>
Fri, 18 Jun 2010 18:44:37 +0000 (18:44 +0000)
commitf568218e7e6211fa93d390eb327379776962867e
tree3c397cb0eb3030ac9bdd5c5d7504eab7d697c2a0
parent49d7a57f33f2ed984f41082d02e1a1834778225d
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.
Lib/_strptime.py
Lib/test/test_datetime.py
Modules/datetimemodule.c