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

GitHub noreply at github.com
Thu Mar 30 12:47:01 EDT 2017


  Branch: refs/heads/3.6
  Home:   https://github.com/python/cpython
  Commit: bf4bb2e43030661e568d5d4b046e8b9351cc164c
      https://github.com/python/cpython/commit/bf4bb2e43030661e568d5d4b046e8b9351cc164c
  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/listobject.c
    M Objects/tupleobject.c
    M Python/ceval.c

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

when pass indices of wrong type.
(cherry picked from commit d4edfc9abffca965e76ebc5957a92031a4d6c4d4)




More information about the Python-checkins mailing list