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

GitHub noreply at github.com
Thu Mar 30 13:32:19 EDT 2017


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

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

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




More information about the Python-checkins mailing list