消息 [77700]
> For Python 2.x that example code is fine, but Python 3.0 has this
> switched now. Please read http://www.python.org/dev/peps/pep-0238/.
>
> True division in Python 3.0 is done with one division operator. Please
> fix that code example to reflect that.
I still don't understand. The example doesn't, and shouldn't, use true
division. It does, and should, use floor division, to display the
divisors of a non-prime. |
|
| 日期 |
用户 |
动作 |
参数 |
| 2008-12-13 00:19:00 | loewis | 修改 | recipients:
+ loewis, georg.brandl, Retro |
| 2008-12-13 00:18:59 | loewis | 链接 | issue4648 messages |
| 2008-12-13 00:18:59 | loewis | 创建 | |
|