This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author skrah
Recipients Massimiliano Culpo, docs@python, skrah, steven.daprano
Date 2017-12-12.13:47:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1513086451.82.0.213398074469.issue32288@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2017-12-12 13:47:31skrahsetrecipients: + skrah, steven.daprano, docs@python, Massimiliano Culpo
2017-12-12 13:47:31skrahsetmessageid: <1513086451.82.0.213398074469.issue32288@psf.upfronthosting.co.za>
2017-12-12 13:47:31skrahlinkissue32288 messages
2017-12-12 13:47:31skrahcreate