[issue28159] Deprecate isdst argument in email.utils.localtime

Alexander Belopolsky report at bugs.python.org
Wed Sep 14 17:55:13 EDT 2016


New submission from Alexander Belopolsky:

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.

----------
components: Library (Lib)
messages: 276492
nosy: belopolsky, r.david.murray
priority: normal
severity: normal
status: open
title: Deprecate isdst argument in email.utils.localtime
versions: Python 3.6, Python 3.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue28159>
_______________________________________


More information about the Python-bugs-list mailing list