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 bdkearns
Recipients bdkearns
Date 2015-11-25.07:52:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1448437946.34.0.869547453804.issue25729@psf.upfronthosting.co.za>
In-reply-to
Content
Brings timedelta creation up to par with the (simpler) C equivalent. Gives a nice speed boost on the pure-py version (not worth much on CPython but useful on other implementations like PyPy).

Included in a few other small bug fixes/cleanups, should be self-explanatory.
History
Date User Action Args
2015-11-25 07:52:26bdkearnssetrecipients: + bdkearns
2015-11-25 07:52:26bdkearnssetmessageid: <1448437946.34.0.869547453804.issue25729@psf.upfronthosting.co.za>
2015-11-25 07:52:26bdkearnslinkissue25729 messages
2015-11-25 07:52:25bdkearnscreate