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 p-ganssle
Recipients belopolsky, p-ganssle, vstinner
Date 2018-12-07.18:06:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1544205994.65.0.788709270274.issue32417@psf.upfronthosting.co.za>
In-reply-to
Content
I am somewhat uneasy about backporting this to Python 2.7 because changing the return type of `SomeDateTime + timedelta` could be seen as a breaking change. I have sent a message to the datetime-SIG mailing list about this for more visibility.

If it is decided that this is just a bugfix, I'm OK with creating a backport for 2.7 (provided that there's nothing so different about 2.7 that the fix becomes much bigger).
History
Date User Action Args
2018-12-07 18:06:34p-gansslesetrecipients: + p-ganssle, belopolsky, vstinner
2018-12-07 18:06:34p-gansslesetmessageid: <1544205994.65.0.788709270274.issue32417@psf.upfronthosting.co.za>
2018-12-07 18:06:34p-gansslelinkissue32417 messages
2018-12-07 18:06:34p-gansslecreate