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 <rep...@bugs.python.org>
<http://bugs.python.org/issue28159>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to