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 June 27, 2020 17:02
In case the abstract method requires the "name" argument, we catch the raised TypeError
@terryjreedy
Copy link
Member

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 added needs backport to 3.8 needs backport to 3.9 only security fixes type-bug An unexpected behavior, bug, or error labels Jun 28, 2020
@terryjreedy terryjreedy merged commit 8ab77c6 into python:master Jun 28, 2020
@miss-islington
Copy link
Contributor

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

@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 bedevere-bot removed the needs backport to 3.9 only security fixes label Jun 28, 2020
@bedevere-bot
Copy link

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

@bedevere-bot
Copy link

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 June 28, 2020 13:14
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.

5 participants