Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 34k
gh-98040: Remove find_loader, find_module and other deprecated APIs#98059
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
Merged
Uh oh!
There was an error while loading. Please reload this page.
Merged
Changes from all commits
Commits
Show all changes
39 commits Select commit Hold shift + click to select a range
e714588 Checkpointing
warsaw 90ca658 Remove deprecated classes from pkgutil
warsaw 571daa4 Adjust some tests
warsaw e798342 More test fixing
warsaw acb5fb4 Remove more obsolete tests
warsaw 40d9201 Remove some other PEP 302 obsolescence
warsaw 455cc68 Use find_spec instead of load_module
warsaw bef8f9f Remove more tests of PEP 302 obsolete APIs
warsaw 96cdada Remove another bunch of tests using obsolete load_modules()
warsaw d6adbd5 Merge branch 'main' into find_loader
warsaw 897998f Remove deleted names from __all__
warsaw 1b514bb Merge branch 'main' into find_loader
warsaw 9708e1c Remove obsolete footnote
warsaw 5e33c7e imp is removed
warsaw 73988d8 Remove `imp` from generated stdlib names
warsaw 4832f66 What's new and blurb
warsaw 64d16c9 More cleanup
warsaw cbed6ce Merge branch 'main' into find_loader
warsaw dd9d60f Merge branch 'main' into find_loader
warsaw d61d2d6 Merge branch 'main' into find_loader
warsaw a801a7b Merge branch 'main' into find_loader
warsaw 8671f31 Merge branch 'main' into find_loader
warsaw 5c5d749 Merge branch 'main' into find_loader
warsaw 4825990 Merge branch 'main' into find_loader
warsaw 6c0d6b6 Clean up a few docs
warsaw 80909dd Merge branch 'main' into find_loader
warsaw 8e5ae79 Update zipimport documentation for the removed methods
warsaw afd921a Revert back to using pkgutil._get_spec()
warsaw c1ab102 Fix some Windows tests
warsaw e266721 Update Doc/reference/import.rst
warsaw 797a8f8 Merge branch 'main' into find_loader
warsaw 0ae7690 We don't need pkgutil._get_spec() any more either
warsaw 746d515 More things we don't need anymore
warsaw 3299a19 Merge branch 'main' into find_loader
warsaw d06a9d0 Merge branch 'main' into find_loader
warsaw 41ed787 Suppress cross-references to find_loader and find_module
AA-Turner 378c3d9 Suppress cross-references to Finder
AA-Turner d7100cb Suppress cross-references to pkgutil.ImpImporter and pkgutil.ImpLoader
AA-Turner 2e24b8b Merge branch 'main' into find_loader
warsaw File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading. Please reload this page.
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Oops, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.