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 belopolsky
Recipients belopolsky, p-ganssle, tim.peters
Date 2018-06-05.17:01:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1528218097.41.0.592728768989.issue28602@psf.upfronthosting.co.za>
In-reply-to
Content
> it's actually possible to implement full `fold` support in a generic way 

I am aware of that.  In fact, some of the draft versions of PEP 495 implementation did contain such code.  The problem is that any such tz.fromutc() implementation would necessarily change the behavior of the old programs.  Moreover, any implementation of tz.fromutc() in terms of tz.utcoffset() is more complicated and less efficient than code that he's direct access to a database of transition times.
History
Date User Action Args
2018-06-05 17:01:37belopolskysetrecipients: + belopolsky, tim.peters, p-ganssle
2018-06-05 17:01:37belopolskysetmessageid: <1528218097.41.0.592728768989.issue28602@psf.upfronthosting.co.za>
2018-06-05 17:01:37belopolskylinkissue28602 messages
2018-06-05 17:01:37belopolskycreate