]> granicus.if.org Git - python/commit
bpo-29549: Fixes docstring for str.index (#256)
authorLisa Roach <lisaroach14@gmail.com>
Wed, 5 Apr 2017 05:36:22 +0000 (22:36 -0700)
committerRaymond Hettinger <rhettinger@users.noreply.github.com>
Wed, 5 Apr 2017 05:36:22 +0000 (22:36 -0700)
commit43ba8861e0ad044efafa46a7cc04e12ac5df640e
treef39fbc3083f506fd8d1ac57bcb690b6f89732edc
parent257b980b316a5206ecf6c23b958e2b7c4df4f3de
bpo-29549: Fixes docstring for str.index (#256)

* Updates B.index documentation.

* Updates str.index documentation, makes it Argument Clinic compatible.

* Removes ArgumentClinic code.

* Finishes string.index documentation.

* Updates string.rindex documentation.

* Documents B.rindex.
Objects/bytes_methods.c
Objects/unicodeobject.c