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 vstinner
Recipients belopolsky, p-ganssle, vstinner
Date 2018-12-07.18:12:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1544206363.9.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.

You asked to backport up to Python 3.6. The change is either fine to be backported to 2.7 and 3.6, or should not be backported. I prefer to have the same policy for stable branches... but I also understand that 2.7 requires even more stability.
History
Date User Action Args
2018-12-07 18:12:43vstinnersetrecipients: + vstinner, belopolsky, p-ganssle
2018-12-07 18:12:43vstinnersetmessageid: <1544206363.9.0.788709270274.issue32417@psf.upfronthosting.co.za>
2018-12-07 18:12:43vstinnerlinkissue32417 messages
2018-12-07 18:12:43vstinnercreate