[Python-checkins] [python/cpython] 43ba88: bpo-29549: Fixes docstring for str.index (#256)

GitHub noreply at github.com
Wed Apr 5 01:36:23 EDT 2017


  Branch: refs/heads/master
  Home:   https://github.com/python/cpython
  Commit: 43ba8861e0ad044efafa46a7cc04e12ac5df640e
      https://github.com/python/cpython/commit/43ba8861e0ad044efafa46a7cc04e12ac5df640e
  Author: Lisa Roach <lisaroach14 at gmail.com>
  Date:   2017-04-04 (Tue, 04 Apr 2017)

  Changed paths:
    M Objects/bytes_methods.c
    M Objects/unicodeobject.c

  Log Message:
  -----------
  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.




More information about the Python-checkins mailing list