[issue4648] Fix n//x to n/x in the Docs

Retro report at bugs.python.org
Sat Dec 13 00:59:04 CET 2008


Retro <vinetouu at gmail.com> added the comment:

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.

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


More information about the Python-bugs-list mailing list