➜

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.12:57:41
SpamBayes Score 0.00722753
Marked as misclassified 否
Message-id <1274792265.06.0.402512881543.issue1289118@psf.upfronthosting.co.za>
In-reply-to
内容
There's a patch in issue 8817 that exposes a round-to-nearest form of divmod in a function called _PyLong_Divmod_Near;  this would save on duplication of code.
历史
日期 用户 动作 参数
2010-05-25 12:57:45mark.dickinson修改recipients: + mark.dickinson, tim.peters, mcherm, rhettinger, belopolsky, vstinner, stutzbach
2010-05-25 12:57:45mark.dickinson修改messageid: <1274792265.06.0.402512881543.issue1289118@psf.upfronthosting.co.za>
2010-05-25 12:57:41mark.dickinson链接issue1289118 messages
2010-05-25 12:57:41mark.dickinson创建