[issue32288] Inconsistent behavior with slice assignment?

Stefan Krah report at bugs.python.org
Tue Dec 12 08:47:31 EST 2017


Stefan Krah <stefan at bytereef.org> added the comment:

Okay, the different meanings of "extended slicing" seem to be an old
problem:

https://mail.python.org/pipermail/tutor/2007-July/055838.html


I assumed it referred to numpy's tuple indexing syntax, but it is
apparently also used for referring to the step value of a single
slice object.


Somehow I've always used the term for the tuple syntax.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue32288>
_______________________________________


More information about the Python-bugs-list mailing list