Skip to content

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

Conversation

Locked-chess-official
Copy link

@Locked-chess-official Locked-chess-official commented Aug 12, 2025

Comment on lines +1 to +2
Fix the missing error message in "NameError" and "AttributeError" in IDLE
when "\n" in message
Copy link
Member

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?

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

Copy link
Member

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?

@Locked-chess-official
Copy link
Author

Locked-chess-official commented Aug 12, 2025 via email

Comment on lines +1809 to +1812
def _find_all_packages():
import os
import sys
from importlib import machinery
Copy link
Member

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.

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.

@AA-Turner AA-Turner added the pending The issue will be closed if no feedback is provided label Aug 12, 2025
@picnixz picnixz closed this Aug 12, 2025
@picnixz
Copy link
Member

picnixz commented Aug 12, 2025

Closing because the parent has been closed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting review pending The issue will be closed if no feedback is provided
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants