➜

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.

作者 mark.dickinson
收信人 Alexander.Belopolsky, agthorr, mark.dickinson, mcherm, rhettinger, skip.montanaro, tim.peters, vstinner
日期 2010-04-20.21:36:32
SpamBayes Score 1.3186818e-05
Marked as misclassified 否
Message-id <1271799394.14.0.813793687703.issue1289118@psf.upfronthosting.co.za>
In-reply-to
内容
> 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.
历史
日期 用户 动作 参数
2010-04-20 21:36:34mark.dickinson修改recipients: + mark.dickinson, tim.peters, skip.montanaro, mcherm, rhettinger, agthorr, vstinner, Alexander.Belopolsky
2010-04-20 21:36:34mark.dickinson修改messageid: <1271799394.14.0.813793687703.issue1289118@psf.upfronthosting.co.za>
2010-04-20 21:36:32mark.dickinson链接issue1289118 messages
2010-04-20 21:36:32mark.dickinson创建