| commit | d4edfc9abffca965e76ebc5957a92031a4d6c4d4 | [log] [tgz] |
|---|---|---|
| author | Serhiy Storchaka <storchaka@gmail.com> | Thu Mar 30 18:29:23 2017 +0300 |
| committer | GitHub <noreply@github.com> | Thu Mar 30 18:29:23 2017 +0300 |
| tree | d985a5ba3c7dd8ec3183014962d650724f61ece9 | |
| parent | 762ec97ea68a1126b8855996c61fa8239dc9fff7 [diff] |
bpo-29935: Fixed error messages in the index() method of tuple, list and deque (#887) when pass indices of wrong type.