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, r.david.murray
Date 2016-09-14.21:55:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473890113.79.0.964863330823.issue28159@psf.upfronthosting.co.za>
In-reply-to
Content
With the implementation of PEP 495, email.utils.localtime() does not need the isdst argument to disambiguate naive time.  In fact the utility method itself is redundant given that astimezone() now works for naive instances.
History
Date User Action Args
2016-09-14 21:55:13belopolskysetrecipients: + belopolsky, r.david.murray
2016-09-14 21:55:13belopolskysetmessageid: <1473890113.79.0.964863330823.issue28159@psf.upfronthosting.co.za>
2016-09-14 21:55:13belopolskylinkissue28159 messages
2016-09-14 21:55:13belopolskycreate