New submission from Jakub Wilk: email.utils.mktime_tz documentations says: "Minor deficiency: mktime_tz() interprets the first 8 elements of tuple as a local time and then compensates for the timezone difference. This may yield a slight error around changes in daylight savings time, though not worth worrying about for common use." But now that issue #14653 is fixed, this is no longer true. ---------- assignee: docs@python components: Documentation messages: 191346 nosy: docs@python, jwilk priority: normal severity: normal status: open title: mktime_tz documentation out-of-date _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue18243> _______________________________________
Changes by R. David Murray <rdmurray@bitdance.com>: ---------- components: +email nosy: +barry, r.david.murray versions: +Python 3.3, Python 3.4 _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue18243> _______________________________________
Changes by Vladimir Rutsky <altsysrq@gmail.com>: ---------- nosy: +rutsky _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue18243> _______________________________________
akira added the comment: I've added the documentation patch with the outdated remark removed from mktime_tz docs. ---------- keywords: +patch nosy: +akira type: -> behavior versions: +Python 3.2, Python 3.5 Added file: http://bugs.python.org/file34929/mktime_tz-doc.patch _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue18243> _______________________________________
Roundup Robot added the comment: New changeset d24f1fb256a3 by R David Murray in branch '3.4': #18243: Remove obsolete cautionary note from email mktime_tz docs. http://hg.python.org/cpython/rev/d24f1fb256a3 New changeset 462470859e57 by R David Murray in branch 'default': Merge: #18243: Remove obsolete cautionary note from email mktime_tz docs. http://hg.python.org/cpython/rev/462470859e57 New changeset d1a641ecbe33 by R David Murray in branch '2.7': #18243: Remove obsolete cautionary note from email mktime_tz docs. http://hg.python.org/cpython/rev/d1a641ecbe33 ---------- nosy: +python-dev _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue18243> _______________________________________
R. David Murray added the comment: Thanks, Akira. ---------- resolution: -> fixed stage: -> resolved status: open -> closed _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue18243> _______________________________________
participants (5)
-
akira
-
Jakub Wilk
-
R. David Murray
-
Roundup Robot
-
Vladimir Rutsky