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 mark.dickinson
Recipients belopolsky, mark.dickinson
Date 2010-05-07.12:30:02
SpamBayes Score 0.0053924304
Marked as misclassified No
Message-id <1273235404.78.0.932852515796.issue8644@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2010-05-07 12:30:04mark.dickinsonsetrecipients: + mark.dickinson, belopolsky
2010-05-07 12:30:04mark.dickinsonsetmessageid: <1273235404.78.0.932852515796.issue8644@psf.upfronthosting.co.za>
2010-05-07 12:30:03mark.dickinsonlinkissue8644 messages
2010-05-07 12:30:02mark.dickinsoncreate