8000 bpo-42135: Deprecate implementations of find_module() and find_loader() by brettcannon · Pull Request #25169 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

bpo-42135: Deprecate implementations of find_module() and find_loader() #25169

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
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix a reST typo
  • Loading branch information
brettcannon committed Apr 4, 2021
commit bcdfb2890f1dad9929853de765b116a138368ed0
2 changes: 1 addition & 1 deletion Doc/library/importlib.rst
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ ABC hierarchy::
Returns ``None`` when called instead of raising
:exc:`NotImplementedError`.

.. deprecated: 3.10
.. deprecated:: 3.10
Implement :meth:`MetaPathFinder.find_spec` or
:meth:`PathEntryFinder.find_spec` instead.

Expand Down
0