Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bpo-41144: Fix IDLE open module error #21182

Merged
merged 5 commits into from Jun 28, 2020

Conversation

E-Paine
Copy link
Contributor

@E-Paine E-Paine commented Jun 27, 2020

blurb-it bot and others added 2 commits Jun 27, 2020
In case the abstract method requires the "name" argument, we catch the raised TypeError
Lib/idlelib/query.py Outdated Show resolved Hide resolved
Lib/idlelib/query.py Outdated Show resolved Hide resolved
@terryjreedy
Copy link
Member

terryjreedy commented Jun 27, 2020

I am going to manually verify fix and try to add a test that now fails. I could have you do it, but I am in a mood to commit this tonight.

@python python deleted a comment from bedevere-bot Jun 28, 2020
@terryjreedy terryjreedy merged commit 8ab77c6 into python:master Jun 28, 2020
4 checks passed
@miss-islington
Copy link
Contributor

miss-islington commented Jun 28, 2020

Thanks @E-Paine for the PR, and @terryjreedy for merging it 🌮🎉.. I'm working now to backport this PR to: 3.8, 3.9.
🐍🍒🤖

@bedevere-bot
Copy link

bedevere-bot commented Jun 28, 2020

@terryjreedy: Please replace # with GH- in the commit message next time. Thanks!

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jun 28, 2020
Could not open os.path.

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
(cherry picked from commit 8ab77c6)

Co-authored-by: E-Paine <63801254+E-Paine@users.noreply.github.com>
@bedevere-bot
Copy link

bedevere-bot commented Jun 28, 2020

GH-21193 is a backport of this pull request to the 3.9 branch.

@bedevere-bot
Copy link

bedevere-bot commented Jun 28, 2020

GH-21194 is a backport of this pull request to the 3.8 branch.

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jun 28, 2020
Could not open os.path.

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
(cherry picked from commit 8ab77c6)

Co-authored-by: E-Paine <63801254+E-Paine@users.noreply.github.com>
miss-islington added a commit that referenced this pull request Jun 28, 2020
Could not open os.path.

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
(cherry picked from commit 8ab77c6)

Co-authored-by: E-Paine <63801254+E-Paine@users.noreply.github.com>
miss-islington added a commit that referenced this pull request Jun 28, 2020
Could not open os.path.

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
(cherry picked from commit 8ab77c6)

Co-authored-by: E-Paine <63801254+E-Paine@users.noreply.github.com>
@E-Paine E-Paine deleted the idle-query-filepath branch Jun 28, 2020
fasih pushed a commit to fasih/cpython that referenced this pull request Jun 29, 2020
Could not open os.path.

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
arun-mani-j pushed a commit to arun-mani-j/cpython that referenced this pull request Jul 21, 2020
Could not open os.path.

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants