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, giampaolo.rodola, mark.dickinson, mw44118, pitrou
Date 2011-10-21.19:28:00
SpamBayes Score 0.009155421
Marked as misclassified No
Message-id <1319225281.0.0.249219474154.issue5788@psf.upfronthosting.co.za>
In-reply-to
Content
What about

def total_minutes(td):
    return td / datetime.timedelta(minutes=1)

?
History
Date User Action Args
2011-10-21 19:28:01mark.dickinsonsetrecipients: + mark.dickinson, georg.brandl, bquinlan, pitrou, giampaolo.rodola, mw44118
2011-10-21 19:28:01mark.dickinsonsetmessageid: <1319225281.0.0.249219474154.issue5788@psf.upfronthosting.co.za>
2011-10-21 19:28:00mark.dickinsonlinkissue5788 messages
2011-10-21 19:28:00mark.dickinsoncreate