消息 [77701]
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:10 | rhettinger | 修改 | recipients:
+ rhettinger, loewis, georg.brandl, Retro |
| 2008-12-13 00:21:10 | rhettinger | 修改 | messageid: <1229127670.11.0.402841557619.issue4648@psf.upfronthosting.co.za> |
| 2008-12-13 00:21:09 | rhettinger | 链接 | issue4648 messages |
| 2008-12-13 00:21:08 | rhettinger | 创建 | |
|