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
Date 2017-12-23.18:19:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1514053148.53.0.213398074469.issue32417@psf.upfronthosting.co.za>
In-reply-to
Content
I've noticed that there's another complicating factor here, which is that addition of `timedelta` does not respect subclasses either, which means that third party libraries implementing fromutc (as was recommended in issue 28602), who will likely make use of timedelta addition, are going to have a harder time providing something that respects subclass.
History
Date User Action Args
2017-12-23 18:19:08p-gansslesetrecipients: + p-ganssle, belopolsky
2017-12-23 18:19:08p-gansslesetmessageid: <1514053148.53.0.213398074469.issue32417@psf.upfronthosting.co.za>
2017-12-23 18:19:08p-gansslelinkissue32417 messages
2017-12-23 18:19:08p-gansslecreate