]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-65961: Document the deprecation of `__package__` and `__cached__` (GH-124377)
authorBrett Cannon <brett@python.org>
Mon, 23 Sep 2024 21:14:33 +0000 (14:14 -0700)
committerGitHub <noreply@github.com>
Mon, 23 Sep 2024 21:14:33 +0000 (14:14 -0700)
commit67201ad53ff11576c69a9b762540b77128285f8d
treec9b5cfe3cb1de03d618060d4ec0c343a2fe10a12
parent41e7992e319faba91b0c75a767b36ff8628a8368
GH-65961: Document the deprecation of `__package__` and `__cached__` (GH-124377)

The code changes for warning related to `__package__` landed in Python 3.12. `__cached__` doesn't have any changes as it isn't used but only set by the import system.
Doc/deprecations/pending-removal-in-3.14.rst
Doc/deprecations/pending-removal-in-3.15.rst
Doc/library/importlib.rst
Doc/reference/import.rst
Misc/NEWS.d/next/Core_and_Builtins/2024-09-23-13-25-27.gh-issue-65961.LDqXV2.rst [new file with mode: 0644]