Mark Dickinson <[EMAIL PROTECTED]> added the comment:

Sorry: looks like I messed up that last post.  The example should be:

>>> slice(10, 10, -1).indices(10)  # expect (9, 9, -1)
(9, 10, -1)

_______________________________________
Python tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue3004>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to