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 yselivanov
Recipients Andrew.Lutomirski, belopolsky, yselivanov
Date 2014-01-23.20:10:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1390507819.46.0.426667413047.issue20371@psf.upfronthosting.co.za>
In-reply-to
Content
I've just quickly looked the issue:

1. There is an inconsistency between python & c implementations: datetime.replace always returns "datetime(...)" object, but should return "self.__class__()"

2. "new_datetime_ex" in c implementation does not call constructors
History
Date User Action Args
2014-01-23 20:10:19yselivanovsetrecipients: + yselivanov, belopolsky, Andrew.Lutomirski
2014-01-23 20:10:19yselivanovsetmessageid: <1390507819.46.0.426667413047.issue20371@psf.upfronthosting.co.za>
2014-01-23 20:10:19yselivanovlinkissue20371 messages
2014-01-23 20:10:19yselivanovcreate