-
-
Notifications
You must be signed in to change notification settings - Fork 31.5k
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
Conversation
In case the abstract method requires the "name" argument, we catch the raised TypeError
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. |
Thanks @E-Paine for the PR, and @terryjreedy for merging it 🌮🎉.. I'm working now to backport this PR to: 3.8, 3.9. |
@terryjreedy: Please replace |
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>
GH-21193 is a backport of this pull request to the 3.9 branch. |
GH-21194 is a backport of this pull request to the 3.8 branch. |
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>
Could not open os.path. Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Could not open os.path. Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
https://bugs.python.org/issue41144