Message 308962 - Python tracker (original) (raw)
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.