Message288027
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). |
|
Date |
User |
Action |
Args |
2017-02-17 17:47:54 | serhiy.storchaka | set | recipients:
+ serhiy.storchaka, rhettinger, benhoyt, lisroach |
2017-02-17 17:47:54 | serhiy.storchaka | set | messageid: <1487353674.48.0.373114022915.issue29549@psf.upfronthosting.co.za> |
2017-02-17 17:47:54 | serhiy.storchaka | link | issue29549 messages |
2017-02-17 17:47:54 | serhiy.storchaka | create | |
|