mirror of
https://github.com/python/cpython.git
synced 2025-11-10 18:42:04 +00:00
* 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.
(cherry picked from commit
|
||
|---|---|---|
| .. | ||
| c-api-pending-removal-in-3.14.rst | ||
| c-api-pending-removal-in-3.15.rst | ||
| c-api-pending-removal-in-future.rst | ||
| index.rst | ||
| pending-removal-in-3.13.rst | ||
| pending-removal-in-3.14.rst | ||
| pending-removal-in-3.15.rst | ||
| pending-removal-in-3.16.rst | ||
| pending-removal-in-future.rst | ||