This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author belopolsky
Recipients abrown, belopolsky, brett.cannon, dmhouse, dudologist, eka, eric.araujo, mark.dickinson
Date 2010-06-18.15:43:37
SpamBayes Score 0.000869987
Marked as misclassified No
Message-id <1276875819.5.0.890328123721.issue6641@psf.upfronthosting.co.za>
In-reply-to
Content
Reopening because the patch introduced a regression with respect to datetime subclasses:


>>> class DT(datetime): pass
... 
>>> DT.strptime('', '')
datetime.datetime(1900, 1, 1, 0, 0)


a DT instance expected.  Need tests covering subclasses.
History
Date User Action Args
2010-06-18 15:43:40belopolskysetrecipients: + belopolsky, brett.cannon, mark.dickinson, eric.araujo, eka, dmhouse, abrown, dudologist
2010-06-18 15:43:39belopolskysetmessageid: <1276875819.5.0.890328123721.issue6641@psf.upfronthosting.co.za>
2010-06-18 15:43:37belopolskylinkissue6641 messages
2010-06-18 15:43:37belopolskycreate