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.

作者 belopolsky
收信人 abrown, belopolsky, brett.cannon, dmhouse, dudologist, eka, eric.araujo, mark.dickinson
日期 2010-06-18.15:43:37
SpamBayes Score 0.000869987
Marked as misclassified
Message-id <1276875819.5.0.890328123721.issue6641@psf.upfronthosting.co.za>
In-reply-to
内容
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.
历史
日期 用户 动作 参数
2010-06-18 15:43:40belopolsky修改recipients: + belopolsky, brett.cannon, mark.dickinson, eric.araujo, eka, dmhouse, abrown, dudologist
2010-06-18 15:43:39belopolsky修改messageid: <1276875819.5.0.890328123721.issue6641@psf.upfronthosting.co.za>
2010-06-18 15:43:37belopolsky链接issue6641 messages
2010-06-18 15:43:37belopolsky创建