[New-bugs-announce] [issue10934] imaplib: Internaldate2tuple() is documented to return UTC, but it returns local time

Joe Peterson report at bugs.python.org
Tue Jan 18 14:46:08 CET 2011


New submission from Joe Peterson <joe at skyrush.com>:

Patched documentation for Internaldate2tuple() to correctly state it returns local time.

Also, Time2Internaldate() (its inverse) did not state that it needs local time as input, so patched this as well.

Patches for 3.2 and 2.7 are attached.

----------
assignee: docs at python
components: Documentation
files: imaplib_Internaldate2tuple_doc_python32.patch
keywords: patch
messages: 126463
nosy: docs at python, lavajoe
priority: normal
severity: normal
status: open
title: imaplib: Internaldate2tuple() is documented to return UTC, but it returns local time
versions: Python 2.7, Python 3.2
Added file: http://bugs.python.org/file20438/imaplib_Internaldate2tuple_doc_python32.patch

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


More information about the New-bugs-announce mailing list