Skip to content
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

[3.13] GH-65961: Document the deprecation of __package__ and __cached__ (GH-124377) #124380

Merged
merged 3 commits into from
Sep 27, 2024

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Sep 23, 2024

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.
(cherry picked from commit 67201ad)

Co-authored-by: Brett Cannon [email protected]


📚 Documentation preview 📚: https://cpython-previews--124380.org.readthedocs.build/

…ed__` (pythonGH-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.
(cherry picked from commit 67201ad)

Co-authored-by: Brett Cannon <[email protected]>
Because these attributes were *already* deprecated, the only change now is to document those previous deprecations.

Co-authored-by: T. Wouters <[email protected]>
@Yhg1s Yhg1s enabled auto-merge (squash) September 27, 2024 18:06
@Yhg1s Yhg1s merged commit cf98f39 into python:3.13 Sep 27, 2024
36 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation in the Doc dir
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants