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.

作者 rhettinger
收信人 Retro, georg.brandl, loewis, rhettinger
日期 2008-12-13.00:21:08
SpamBayes Score 0.0029144802
Marked as misclassified
Message-id <1229127670.11.0.402841557619.issue4648@psf.upfronthosting.co.za>
In-reply-to
内容
Retro, the code is correct as it stands.  Floor division is intended
(int // int --> int).  I think you've misunderstood true division where
the / operator used to mean floor division when supplied with integer
arguments but now returns a float instead.
历史
日期 用户 动作 参数
2008-12-13 00:21:10rhettinger修改recipients: + rhettinger, loewis, georg.brandl, Retro
2008-12-13 00:21:10rhettinger修改messageid: <1229127670.11.0.402841557619.issue4648@psf.upfronthosting.co.za>
2008-12-13 00:21:09rhettinger链接issue4648 messages
2008-12-13 00:21:08rhettinger创建