Message77646
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)? |
|
| Date |
User |
Action |
Args |
| 2008-12-11 23:36:04 | haypo | set | recipients:
+ haypo, jribbens, amaury.forgeotdarc, mark.dickinson, belopolsky, webograph |
| 2008-12-11 23:36:04 | haypo | set | messageid: <1229038564.25.0.548338371367.issue2706@psf.upfronthosting.co.za> |
| 2008-12-11 23:36:03 | haypo | link | issue2706 messages |
| 2008-12-11 23:36:03 | haypo | create | |
|