➜

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.

作者 belopolsky
收信人 amaury.forgeotdarc, belopolsky, jribbens, vstinner, webograph
日期 2008-11-14.22:06:24
SpamBayes Score 1.8605047e-06
Marked as misclassified 否
Message-id <1226700385.98.0.844157085515.issue2706@psf.upfronthosting.co.za>
In-reply-to
内容
haypo> How? I don't understand your suggestion.

Sorry, another case of mail to tracker bug.  Here is what I wrote:

"""
.. you can convert delta to time using an arbitrary anchor date and
extract hms that way:

>>> x = datetime(1,1,1) + timedelta(hours=1, minutes=24, seconds=19)
>>> x.hour,x.minute,x.second
(1, 24, 19)

(depending on your needs you may want to add delta.days*24 to the hours)
"""

but tracker ate the '>>>' lines :-(
历史
日期 用户 动作 参数
2008-11-14 22:06:26belopolsky修改recipients: + belopolsky, jribbens, amaury.forgeotdarc, vstinner, webograph
2008-11-14 22:06:25belopolsky修改messageid: <1226700385.98.0.844157085515.issue2706@psf.upfronthosting.co.za>
2008-11-14 22:06:24belopolsky链接issue2706 messages
2008-11-14 22:06:24belopolsky创建