Message75860
> timedelta / timedelta -> seconds? days? nanoseconds?
The quotient of two timedelta is a dimensionless number with no unit:
timedelta(hours=1) / timedelta(minutes=5) == 12.0
This seems well defined, where is the ambiguity? |
|
Date |
User |
Action |
Args |
2008-11-14 12:17:20 | amaury.forgeotdarc | set | recipients:
+ amaury.forgeotdarc, lemburg, tim.peters, skip.montanaro, brett.cannon, jribbens, guettli, belopolsky, catlee, vstinner, tomster, erik.stephens, steve.roberts |
2008-11-14 12:17:19 | amaury.forgeotdarc | set | messageid: <1226665039.83.0.487658211061.issue1673409@psf.upfronthosting.co.za> |
2008-11-14 12:17:12 | amaury.forgeotdarc | link | issue1673409 messages |
2008-11-14 12:17:12 | amaury.forgeotdarc | create | |
|