8000 GH-65961: Document the deprecation of `__package__` and `__cached__` by brettcannon · Pull Request #124377 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

GH-65961: Document the deprecation of __package__ and __cached__ #124377

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 4 commits into from
Sep 23, 2024
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 typo
  • Loading branch information
brettcannon committed Sep 23, 2024
commit 08a3f2baf03cf913ffe516fe84672a14e5b0580b
2 changes: 1 addition & 1 deletion Doc/reference/import.rst
Original file line number Diff line number Diff line change
Expand Up @@ -658,7 +658,7 @@ listed below.
instead of ``__cached__``.

.. deprecated-removed:: 3.13 3.15
``__cached{__`` will cease to be set or taken into consideration
``__cached__`` will cease to be set or taken into consideration
by the import system or standard library.

.. _package-path-rules:
Expand Down
Loading
0