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 vstinner
Recipients amaury.forgeotdarc, belopolsky, jribbens, mark.dickinson, vstinner, webograph
Date 2008-12-11.23:36:03
SpamBayes Score 3.1781958e-05
Marked as misclassified No
Message-id <1229038564.25.0.548338371367.issue2706@psf.upfronthosting.co.za>
In-reply-to
Content
I'm finally opposed to datetime.totimedelta() => float, I 
prefer .totimedelta() => (second, microsecond) which means (int,int). 
But I like timedelta/timedelta => float, eg. to compute a progression 
percent. Anyone interested by my last patch (implement 
timedelta/timedelta and divmod(timedelta, timedelta)?
History
Date User Action Args
2008-12-11 23:36:04vstinnersetrecipients: + vstinner, jribbens, amaury.forgeotdarc, mark.dickinson, belopolsky, webograph
2008-12-11 23:36:04vstinnersetmessageid: <1229038564.25.0.548338371367.issue2706@psf.upfronthosting.co.za>
2008-12-11 23:36:03vstinnerlinkissue2706 messages
2008-12-11 23:36:03vstinnercreate