Mark Dickinson <dicki...@gmail.com> added the comment:

This is essentially a duplicate of #11842. In short, slice.indices is working 
as intended here. It's best to think of slice.indices as start, stop and step 
arguments that could be provided to the range built-in function to get the set 
of relevant indices.

----------
nosy: +mark.dickinson
resolution:  -> duplicate
stage:  -> resolved
status: open -> closed
superseder:  -> slice.indices with negative step and default stop

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue42467>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to