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.

作者 bdkearns
收信人 bdkearns
日期 2014-03-06.18:37:34
SpamBayes Score -1.0
Marked as misclassified
Message-id <1394131058.9.0.404670194335.issue20858@psf.upfronthosting.co.za>
In-reply-to
内容
This patch brings the pure-python datetime more in-line with the C module. We have been running these modifications in PyPy2 stdlib for more than a year with no issue.

Includes:
- General PEP8/cleanups
- Better testing of argument types passed to constructors
- Removal of duplicate operations (in some paths values were checked twice for validity)
- Optimization of timedelta creation (brings it from 8-9usec to ~6 usec on CPython 3.3 on local machine)
- Enhancements/bug fixes in tests
历史
日期 用户 动作 参数
2014-03-06 18:37:39bdkearns修改recipients: + bdkearns
2014-03-06 18:37:38bdkearns修改messageid: <1394131058.9.0.404670194335.issue20858@psf.upfronthosting.co.za>
2014-03-06 18:37:38bdkearns链接issue20858 messages
2014-03-06 18:37:38bdkearns创建