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.

作者 mark.dickinson
收信人 belopolsky, mark.dickinson
日期 2010-05-07.12:30:02
SpamBayes Score 0.0053924304
Marked as misclassified
Message-id <1273235404.78.0.932852515796.issue8644@psf.upfronthosting.co.za>
In-reply-to
内容
P.S.  This change would also make total_seconds() consistent with division by timedelta(seconds=1):

>>> td / timedelta(seconds=1)
-0.000123

In fact, this might even be a good way to re-implement total_seconds internally.
历史
日期 用户 动作 参数
2010-05-07 12:30:04mark.dickinson修改recipients: + mark.dickinson, belopolsky
2010-05-07 12:30:04mark.dickinson修改messageid: <1273235404.78.0.932852515796.issue8644@psf.upfronthosting.co.za>
2010-05-07 12:30:03mark.dickinson链接issue8644 messages
2010-05-07 12:30:02mark.dickinson创建