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 bquinlan, georg.brandl, mark.dickinson, mw44118, pitrou
Date 2009-11-26.08:13:11
SpamBayes Score 0.034577392
Marked as misclassified No
Message-id <1259223193.59.0.642389849885.issue5788@psf.upfronthosting.co.za>
In-reply-to
Content
A late note: this would be redundant if the oft-requested division of 
timedeltas were implemented:  t.total_seconds could then be spelt

t/timedelta(seconds=1)

with the advantage that there would then be a natural way to spell 
t.total_days or t.total_hours as well.
History
Date User Action Args
2009-11-26 08:13:13mark.dickinsonsetrecipients: + mark.dickinson, georg.brandl, bquinlan, pitrou, mw44118
2009-11-26 08:13:13mark.dickinsonsetmessageid: <1259223193.59.0.642389849885.issue5788@psf.upfronthosting.co.za>
2009-11-26 08:13:12mark.dickinsonlinkissue5788 messages
2009-11-26 08:13:11mark.dickinsoncreate