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 Mariatta, belopolsky, r.david.murray
Date 2016-11-18.19:46:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1479498411.86.0.41385380174.issue28159@psf.upfronthosting.co.za>
In-reply-to
Content
Keeping localtime as a convenience function in email.util is fine, but isdst argument should be eliminated at some point.  There is a fundamental problem with disambiguating fold times with isdst: some folds do not involve the change in dst or happen in the regions that do not have a dst regime at all.  PEP 495 covers this in all the gory details.
History
Date User Action Args
2016-11-18 19:46:51belopolskysetrecipients: + belopolsky, r.david.murray, Mariatta
2016-11-18 19:46:51belopolskysetmessageid: <1479498411.86.0.41385380174.issue28159@psf.upfronthosting.co.za>
2016-11-18 19:46:51belopolskylinkissue28159 messages
2016-11-18 19:46:51belopolskycreate