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 steven.daprano
Recipients Massimiliano Culpo, docs@python, steven.daprano
Date 2017-12-12.13:03:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1513083833.6.0.213398074469.issue32289@psf.upfronthosting.co.za>
In-reply-to
Content
Looking at issue 32288, I realised that the glossary doesn't define "extended slicing" or "extended slice", even though they are common terms. Although I thought I know what they meant, on closer reflection I realised I wasn't sure.

Does extended slicing refer to slice *objects* with a stride/step, as opposed to slice objects all the way back in Python 1.3 (yes, *one* point 3) that only had start and end?

Does it refer specifically to the two-colon form of slice *syntax*?

Both? Neither?

https://docs.python.org/3/glossary.html#term-slice

The only documentation I found is from the 2.3 What's New:

https://docs.python.org/2.3/whatsnew/section-slices.html
History
Date User Action Args
2017-12-12 13:03:53steven.dapranosetrecipients: + steven.daprano, docs@python, Massimiliano Culpo
2017-12-12 13:03:53steven.dapranosetmessageid: <1513083833.6.0.213398074469.issue32289@psf.upfronthosting.co.za>
2017-12-12 13:03:53steven.dapranolinkissue32289 messages
2017-12-12 13:03:53steven.dapranocreate