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 mark.dickinson
Recipients Alexander.Belopolsky, agthorr, mark.dickinson, mcherm, rhettinger, skip.montanaro, tim.peters, vstinner
Date 2010-04-20.21:36:32
SpamBayes Score 1.3186818e-05
Marked as misclassified No
Message-id <1271799394.14.0.813793687703.issue1289118@psf.upfronthosting.co.za>
In-reply-to
Content
> The timedelta type is fundamentally an integer type.

I disagree strongly with this, and find this a bizarre point of view.  Regardless of how the timedelta is stored internally, it's used to represent physical times.  I doubt there are many applications that care about the fact that each timedelta is an integral number of microseconds.

Multiplication or division of a time by a float or int makes perfect sense  physically, and I think it should be a legal operation here.
History
Date User Action Args
2010-04-20 21:36:34mark.dickinsonsetrecipients: + mark.dickinson, tim.peters, skip.montanaro, mcherm, rhettinger, agthorr, vstinner, Alexander.Belopolsky
2010-04-20 21:36:34mark.dickinsonsetmessageid: <1271799394.14.0.813793687703.issue1289118@psf.upfronthosting.co.za>
2010-04-20 21:36:32mark.dickinsonlinkissue1289118 messages
2010-04-20 21:36:32mark.dickinsoncreate