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 levkivskyi
Recipients Arfrever, abarry, josh.r, levkivskyi, llllllllll, mark.dickinson, martin.panter, python-dev, r.david.murray, rhettinger, serhiy.storchaka, steven.daprano, taleinat, yselivanov
Date 2016-11-12.09:46:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1478944003.04.0.185809171148.issue24379@psf.upfronthosting.co.za>
In-reply-to
Content
I think it would be more useful for multidimensional slicing:
>>> subscript[::-1, ..., ::-1]
(slice(None, None, -1), Ellipsis, slice(None, None, -1))
History
Date User Action Args
2016-11-12 09:46:43levkivskyisetrecipients: + levkivskyi, rhettinger, mark.dickinson, taleinat, Arfrever, steven.daprano, r.david.murray, python-dev, martin.panter, serhiy.storchaka, yselivanov, josh.r, llllllllll, abarry
2016-11-12 09:46:43levkivskyisetmessageid: <1478944003.04.0.185809171148.issue24379@psf.upfronthosting.co.za>
2016-11-12 09:46:43levkivskyilinkissue24379 messages
2016-11-12 09:46:42levkivskyicreate