This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients benhoyt, lisroach, rhettinger, serhiy.storchaka
Date 2017-02-17.17:47:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1487353674.48.0.373114022915.issue29549@psf.upfronthosting.co.za>
In-reply-to
Content
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).
History
Date User Action Args
2017-02-17 17:47:54serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, benhoyt, lisroach
2017-02-17 17:47:54serhiy.storchakasetmessageid: <1487353674.48.0.373114022915.issue29549@psf.upfronthosting.co.za>
2017-02-17 17:47:54serhiy.storchakalinkissue29549 messages
2017-02-17 17:47:54serhiy.storchakacreate