[issue7432] Py3k doc: "from __future__ import division" not necessary

Jared Grubb report at bugs.python.org
Thu Dec 3 23:30:33 CET 2009


New submission from Jared Grubb <python at jaredgrubb.com>:

In the Python 3.1 docs for the 'dis' module, the following appears:
( http://docs.python.org/3.1/library/dis.html )

BINARY_TRUE_DIVIDE()¶
    Implements TOS = TOS1 / TOS when from __future__ import division is
in effect.

There is always true in 3k, correct? The "when" clause should be removed.

----------
assignee: georg.brandl
components: Documentation
messages: 95950
nosy: georg.brandl, jaredgrubb
severity: normal
status: open
title: Py3k doc: "from __future__ import division" not necessary
versions: Python 3.1

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue7432>
_______________________________________


More information about the Python-bugs-list mailing list