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.

作者 vstinner
收信人 amaury.forgeotdarc, belopolsky, jribbens, mark.dickinson, vstinner, webograph
日期 2008-12-11.23:36:03
SpamBayes Score 3.1781958e-05
Marked as misclassified
Message-id <1229038564.25.0.548338371367.issue2706@psf.upfronthosting.co.za>
In-reply-to
内容
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)?
历史
日期 用户 动作 参数
2008-12-11 23:36:04vstinner修改recipients: + vstinner, jribbens, amaury.forgeotdarc, mark.dickinson, belopolsky, webograph
2008-12-11 23:36:04vstinner修改messageid: <1229038564.25.0.548338371367.issue2706@psf.upfronthosting.co.za>
2008-12-11 23:36:03vstinner链接issue2706 messages
2008-12-11 23:36:03vstinner创建