[issue14653] Improve mktime_tz to use calendar.timegm instead of time.mktime

R. David Murray report at bugs.python.org
Tue Apr 24 18:49:05 CEST 2012


R. David Murray <rdmurray at bitdance.com> added the comment:

I think that what is going to happen is that both of these functions are going to be deprecated in favor of functions that use datetimes.

That said, this might be a worthwhile as a bug fix.  I'm adding Alexander as nosy to see what he thinks.  (mktime_tz is located in email.utils, with the source in Lib/email/_parseaddr.py).

----------
assignee:  -> r.david.murray
nosy: +belopolsky, r.david.murray
versions: +Python 3.2, Python 3.3

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


More information about the Python-bugs-list mailing list