Serhiy Storchaka added the comment:

str.index() still is not converted to Argument Clinic (this is not easy). The 
docstring needs to be rewritten when convert it to Argument Clinic in any case. 
It would be nice to make it Argument Clinic compatible right now. The first 
line line should be short description, following paragraph(s) can describe more 
details, the description shouldn't refer to the metavariable S.

Docstrings for str, bytes and bytearray methods should be synchronised. Look 
also at docstrings for the index() method in other sequence types (list, tuple, 
deque, array, Sequence).

----------
nosy: +serhiy.storchaka

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

Reply via email to