[docs] [issue31504] Documentation for return value for string.rindex is missing when search string is empty

Ashok Bakthavathsalam report at bugs.python.org
Mon Sep 18 05:36:48 EDT 2017


Ashok Bakthavathsalam added the comment:

How about 

"abcde"[5]
Traceback (most recent call last):
  File "python", line 1, in <module>
IndexError: string index out of range

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue31504>
_______________________________________


More information about the docs mailing list