mirror of
https://github.com/python/cpython.git
synced 2025-09-27 18:59:43 +00:00
gh-106971: Docs: Add missing issue reference (#106992)
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
This commit is contained in:
parent
1a1bfc2891
commit
c556f9a3c9
1 changed files with 1 additions and 1 deletions
|
@ -1201,7 +1201,7 @@ Pending Removal in Python 3.14
|
|||
is deprecated and will raise an exception in Python 3.14.
|
||||
|
||||
* Creating immutable types (:c:macro:`Py_TPFLAGS_IMMUTABLETYPE`) with mutable
|
||||
bases using the C API.
|
||||
bases using the C API (:gh:`95388`).
|
||||
|
||||
* ``__package__`` and ``__cached__`` will cease to be set or taken
|
||||
into consideration by the import system (:gh:`97879`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue