[issue665194] datetime-RFC2822 roundtripping

R. David Murray report at bugs.python.org
Wed Jul 20 17:46:22 CEST 2011


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

Fixed a bug (parsedate_to_datetime wasn't producing naive datetimes for -0000) and checked this in.

Note that I have added Alexander's 'localtime' function to email.utils in my feature branch/pypi release, to facilitate testing date headers.  If localtime gets added to datetime before 3.3 I'll remove it from email.utils.  The email package itself does not depend on having localtime, but it will be wanted by application programs that use email.

----------
dependencies:  -Add aware local time support to datetime module
resolution:  -> accepted
stage: patch review -> committed/rejected
status: open -> closed

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


More information about the Python-bugs-list mailing list