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.

作者 r.david.murray
收信人 ajaksu2, akuchling, belopolsky, brett.cannon, doerwalter, eric.araujo, python-dev, r.david.murray, tim.peters
日期 2011-07-20.15:46:21
SpamBayes Score 3.2934618e-06
Marked as misclassified
Message-id <1311176782.58.0.651476509839.issue665194@psf.upfronthosting.co.za>
In-reply-to
内容
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.
历史
日期 用户 动作 参数
2011-07-20 15:46:22r.david.murray修改recipients: + r.david.murray, tim.peters, akuchling, doerwalter, brett.cannon, belopolsky, ajaksu2, eric.araujo, python-dev
2011-07-20 15:46:22r.david.murray修改messageid: <1311176782.58.0.651476509839.issue665194@psf.upfronthosting.co.za>
2011-07-20 15:46:22r.david.murray链接issue665194 messages
2011-07-20 15:46:21r.david.murray创建