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 pitrou
Recipients bquinlan, georg.brandl, pitrou
Date 2009-04-18.23:49:47
SpamBayes Score 0.00041784203
Marked as misclassified No
Message-id <1240098588.95.0.627077964913.issue5788@psf.upfronthosting.co.za>
In-reply-to
Content
The addition looks quite legitimate to me.
The only thing is that it may be better as a method (total_seconds())
rather than an attribute, given the other APIs in the datetime module.
Also, the patch lacks some unit tests.
History
Date User Action Args
2009-04-18 23:49:49pitrousetrecipients: + pitrou, georg.brandl, bquinlan
2009-04-18 23:49:48pitrousetmessageid: <1240098588.95.0.627077964913.issue5788@psf.upfronthosting.co.za>
2009-04-18 23:49:48pitroulinkissue5788 messages
2009-04-18 23:49:47pitroucreate