[Python-checkins] [python/cpython] d4edfc: bpo-29935: Fixed error messages in the index() met...

GitHub noreply at github.com
Thu Mar 30 11:29:25 EDT 2017


  Branch: refs/heads/master
  Home:   https://github.com/python/cpython
  Commit: d4edfc9abffca965e76ebc5957a92031a4d6c4d4
      https://github.com/python/cpython/commit/d4edfc9abffca965e76ebc5957a92031a4d6c4d4
  Author: Serhiy Storchaka <storchaka at gmail.com>
  Date:   2017-03-30 (Thu, 30 Mar 2017)

  Changed paths:
    M Include/ceval.h
    M Misc/NEWS
    M Modules/_collectionsmodule.c
    M Objects/clinic/listobject.c.h
    M Objects/clinic/tupleobject.c.h
    M Objects/tupleobject.c
    M Python/ceval.c
    M Tools/clinic/clinic.py

  Log Message:
  -----------
  bpo-29935: Fixed error messages in the index() method of tuple, list and deque (#887)

when pass indices of wrong type.




More information about the Python-checkins mailing list