-
-
Notifications
You must be signed in to change notification settings - Fork 30.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
[importlib] Deprecate find_module() & find_loader() mplementations #86301
Comments
find_spec() supersedes find_module() at this point. |
brettcannon
added
3.10
only security fixes
stdlib
Python modules in the Lib dir
type-bug
An unexpected behavior, bug, or error
labels
Oct 23, 2020
brettcannon
changed the title
[importlib] Deprecate find_module() implementations
[importlib] Deprecate find_module() & find_loader() mplementations
Apr 2, 2021
brettcannon
changed the title
[importlib] Deprecate find_module() implementations
[importlib] Deprecate find_module() & find_loader() mplementations
Apr 2, 2021
find_spec() also supercedes find_loader(). |
Follow-up: issue #94379: zipimport: Remove deprecated find_loader() and find_module() methods, use find_spec() instead. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
bugs.python.org fields:
The text was updated successfully, but these errors were encountered: