Skip to content

bpo-31245: asyncio: Fix typo, isistance => isinstance#4594

Merged
vstinner merged 1 commit intopython:masterfrom
vstinner:asyncio_typo
Nov 27, 2017
Merged

bpo-31245: asyncio: Fix typo, isistance => isinstance#4594
vstinner merged 1 commit intopython:masterfrom
vstinner:asyncio_typo

Conversation

@vstinner
Copy link
Copy Markdown
Member

@vstinner vstinner commented Nov 27, 2017

@vstinner
Copy link
Copy Markdown
Member Author

Typo spotted while using pyflakes on the stdlib.

@vstinner
Copy link
Copy Markdown
Member Author

cc @ovv

@1st1
Copy link
Copy Markdown
Member

1st1 commented Nov 27, 2017

Ideally need a regression test to trigger a NameError in current master branch.

@vstinner vstinner merged commit 28e6165 into python:master Nov 27, 2017
@vstinner vstinner deleted the asyncio_typo branch November 27, 2017 23:34
@vstinner
Copy link
Copy Markdown
Member Author

Ideally need a regression test to trigger a NameError in current master branch.

Sorry, I'm too lazy to do that. I only wanted to fix an obvious typo fixed in a recent commit ;-)

@ovv
Copy link
Copy Markdown
Contributor

ovv commented Nov 28, 2017

My bad, I should have catch that. Thanks @vstinner

@vstinner
Copy link
Copy Markdown
Member Author

My bad, I should have catch that. Thanks @vstinner

No problem. If you want, you may write an unit test which tests also this code path. Since the bug was not catched by the tests, it seems like we miss some tests. Sorry, I didn't look at https://bugs.python.org/issue31245

ovv pushed a commit to Eyepea/cpython that referenced this pull request Dec 29, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants