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 bquinlan
Recipients bquinlan, georg.brandl
Date 2009-04-18.19:36:41
SpamBayes Score 1.0404544e-05
Marked as misclassified No
Message-id <1240083402.78.0.286383948348.issue5788@psf.upfronthosting.co.za>
In-reply-to
Content
I did add a patch description: "Adds a datetime.total_seconds attribute"
- is that unclear?

The idea is that you should be able to extract the total number of
seconds in the duration i.e.
>>> dt = datetime.timedelta(seconds=1234567.89)
>>> dt.total_seconds
1234567.89
History
Date User Action Args
2009-04-18 19:36:42bquinlansetrecipients: + bquinlan, georg.brandl
2009-04-18 19:36:42bquinlansetmessageid: <1240083402.78.0.286383948348.issue5788@psf.upfronthosting.co.za>
2009-04-18 19:36:41bquinlanlinkissue5788 messages
2009-04-18 19:36:41bquinlancreate