-
-
Notifications
You must be signed in to change notification settings - Fork 32.6k
gh-137671 suggest name for "ModuleNotFoundError" #137678
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
gh-137671 suggest name for "ModuleNotFoundError" #137678
Conversation
Fix the missing error message in "NameError" and "AttributeError" in IDLE | ||
when "\n" in message |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I do not understand how the issue and this entry is related?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is from the gh-135511. The branch is from there
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why are you using the same branch for a completely different PR?
No. It is a new branch from my fork. The original branch is still there.
|
def _find_all_packages(): | ||
import os | ||
import sys | ||
from importlib import machinery |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think we want to do this. I didn't see any support for your proposals on Discourse.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The code is in the issue. And I show the data on the code that there is no problem.
Closing because the parent has been closed. |
Uh oh!
There was an error while loading. Please reload this page.