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
收信人 belopolsky, mark.dickinson, mcherm, rhettinger, stutzbach, tim.peters, vstinner
日期 2010-05-25.09:10:10
SpamBayes Score 0.27034855
Marked as misclassified
Message-id <1274778612.84.0.772721565435.issue1289118@psf.upfronthosting.co.za>
In-reply-to
内容
By the way, does your patch do the right thing for

timedelta(microseconds=1) / -4.0

?  Because my Python code doesn't.  :) [If n is negative, then the 2*r > n condition in div_nearest should be 2*r < n instead.]
历史
日期 用户 动作 参数
2010-05-25 09:10:13mark.dickinson修改recipients: + mark.dickinson, tim.peters, mcherm, rhettinger, belopolsky, vstinner, stutzbach
2010-05-25 09:10:12mark.dickinson修改messageid: <1274778612.84.0.772721565435.issue1289118@psf.upfronthosting.co.za>
2010-05-25 09:10:10mark.dickinson链接issue1289118 messages
2010-05-25 09:10:10mark.dickinson创建