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 amaury.forgeotdarc
Recipients amaury.forgeotdarc, belopolsky, brett.cannon, catlee, erik.stephens, guettli, jribbens, lemburg, skip.montanaro, steve.roberts, tim.peters, tomster, vstinner
Date 2008-11-14.12:17:12
SpamBayes Score 0.030832
Marked as misclassified No
Message-id <1226665039.83.0.487658211061.issue1673409@psf.upfronthosting.co.za>
In-reply-to
Content
> 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?
History
Date User Action Args
2008-11-14 12:17:20amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, lemburg, tim.peters, skip.montanaro, brett.cannon, jribbens, guettli, belopolsky, catlee, vstinner, tomster, erik.stephens, steve.roberts
2008-11-14 12:17:19amaury.forgeotdarcsetmessageid: <1226665039.83.0.487658211061.issue1673409@psf.upfronthosting.co.za>
2008-11-14 12:17:12amaury.forgeotdarclinkissue1673409 messages
2008-11-14 12:17:12amaury.forgeotdarccreate