Skip to content
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
Update Misc/NEWS.d/next/Library/2022-10-21-16-23-31.gh-issue-97850.N4…
…6coo.rst

Co-authored-by: Brett Cannon <brett@python.org>
  • Loading branch information
sobolevn and brettcannon authored Feb 5, 2023
commit 8b116d932a8873e9c39b7e4a06d5c008d23a354b
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Deprecate :func:`pkgutil.find_module` and :func:`pkgutil.get_module`
Deprecate :func:`pkgutil.find_loader` and :func:`pkgutil.get_loader`
in favor of :func:`importlib.util.find_spec`.