Skip to content

bpo-29935: Fixed error messages in the index() method of tuple, list … - #909

Merged
serhiy-storchaka merged 1 commit into
python:3.5from
serhiy-storchaka:backport-bf4bb2e-3.5
Mar 30, 2017
Merged

bpo-29935: Fixed error messages in the index() method of tuple, list …#909
serhiy-storchaka merged 1 commit into
python:3.5from
serhiy-storchaka:backport-bf4bb2e-3.5

Conversation

@serhiy-storchaka

Copy link
Copy Markdown
Member

…and deque (#887) (#907)

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

…and deque (python#887) (python#907)
when pass indices of wrong type.
(cherry picked from commit d4edfc9)
(cherry picked from commit bf4bb2e)
@serhiy-storchakaserhiy-storchaka added type-bug An unexpected behavior, bug, or error cherry-pick for 3.5 labels Mar 30, 2017
@serhiy-storchaka
serhiy-storchaka merged commit 8b8bde4 into python:3.5Mar 30, 2017
@serhiy-storchaka
serhiy-storchaka deleted the backport-bf4bb2e-3.5 branch March 30, 2017 18:51
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type-bugAn unexpected behavior, bug, or error

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@serhiy-storchaka@the-knights-who-say-ni