Thanks to visit codestin.com
Credit goes to github.com

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/Core and Builtins/2022-10-05-00-37-27.gh-issu…
…e-65961.z0Ys0y.rst

Co-authored-by: Eric Snow <[email protected]>
  • Loading branch information
brettcannon and ericsnowcurrently authored Oct 5, 2022
commit e4e2f26867302d544e5ba14c7985ced56c078144
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
When ``__package__`` is different than ``__spec__.parent``, raise a
``DeprecationWarning``.
``DeprecationWarning`` instead of ``ImportWarning``.

Also remove ``importlib.util.set_package()`` which was scheduled for
removal.