Skip to content

Commit

Permalink
gh-106971: Docs: Add missing issue reference (#106992)
Browse files Browse the repository at this point in the history
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
  • Loading branch information
jrfk and hugovk committed Aug 22, 2023
1 parent 1a1bfc2 commit c556f9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/whatsnew/3.12.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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`).
Expand Down

0 comments on commit c556f9a

Please sign in to comment.