This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author r.david.murray
Recipients ajaksu2, akuchling, belopolsky, brett.cannon, doerwalter, eric.araujo, python-dev, r.david.murray, tim.peters
Date 2011-07-20.15:46:21
SpamBayes Score 3.2934618e-06
Marked as misclassified No
Message-id <1311176782.58.0.651476509839.issue665194@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2011-07-20 15:46:22r.david.murraysetrecipients: + r.david.murray, tim.peters, akuchling, doerwalter, brett.cannon, belopolsky, ajaksu2, eric.araujo, python-dev
2011-07-20 15:46:22r.david.murraysetmessageid: <1311176782.58.0.651476509839.issue665194@psf.upfronthosting.co.za>
2011-07-20 15:46:22r.david.murraylinkissue665194 messages
2011-07-20 15:46:21r.david.murraycreate