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 CuriousLearner, Mariatta, benhoyt, lisroach, ncoghlan, rhettinger, serhiy.storchaka, xiang.zhang
Date 2017-02-23.05:42:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1487828556.83.0.930703614468.issue29549@psf.upfronthosting.co.za>
In-reply-to
Content
I mean that this work is useless since it will be lost when convert str.index to Argument Clinic. Well, even when don't use Argument Clinic, but make str.index() be supported by inspect.signature(), the docstring should be significantly rewritten.

I think there are many other easy documentation issues for practicing.

And all proposed PRs change only the docstring of str.index. They don't touch docstrings of str.rindex, bytes.index, bytes.rindex, bytearray.index and bytearray.rindex. I can't approve such changes.
History
Date User Action Args
2017-02-23 05:42:36serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, ncoghlan, benhoyt, xiang.zhang, lisroach, Mariatta, CuriousLearner
2017-02-23 05:42:36serhiy.storchakasetmessageid: <1487828556.83.0.930703614468.issue29549@psf.upfronthosting.co.za>
2017-02-23 05:42:36serhiy.storchakalinkissue29549 messages
2017-02-23 05:42:36serhiy.storchakacreate