[issue28614] Slice limit documentation is incorrect

R. David Murray report at bugs.python.org
Fri Nov 4 15:29:16 EDT 2016


R. David Murray added the comment:

My guess is that the formula is not using integer division.  There are two elements, n=0, and n=1.  1 is less than 1.5.  In python2 it would be a natural assumption that that formula was referring to python2 division, and that should be clarified if I'm right.

----------
nosy: +r.david.murray

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


More information about the Python-bugs-list mailing list