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 Mariatta
Recipients Mariatta, belopolsky, r.david.murray
Date 2016-11-18.15:18:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1479482309.08.0.395989205719.issue28159@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks David :)
So, I found that isdst was never added as method signature in the docs, but it is mentioned in the paragraph.
https://docs.python.org/3.7/library/email.util.html?#email.utils.localtime

The intention is still just to deprecate isdst argument, right? not the localtime().

I can add a sentence in the docs indicating that we favor datetime.astimezone() instead of email.utils.localtime(), if that works for you. What do you think about this?
History
Date User Action Args
2016-11-18 15:18:29Mariattasetrecipients: + Mariatta, belopolsky, r.david.murray
2016-11-18 15:18:29Mariattasetmessageid: <1479482309.08.0.395989205719.issue28159@psf.upfronthosting.co.za>
2016-11-18 15:18:29Mariattalinkissue28159 messages
2016-11-18 15:18:28Mariattacreate