Skip to content

Commit a2b680d

Browse files
miss-islingtonjrfkhugovk
authored
[3.12] gh-106971: Docs: Add missing issue reference (GH-106992) (#108283)
gh-106971: Docs: Add missing issue reference (GH-106992) (cherry picked from commit c556f9a) Co-authored-by: Junya Fukuda <[email protected]> Co-authored-by: Hugo van Kemenade <[email protected]>
1 parent 4ee9454 commit a2b680d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/whatsnew/3.12.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1201,7 +1201,7 @@ Pending Removal in Python 3.14
12011201
is deprecated and will raise an exception in Python 3.14.
12021202

12031203
* Creating immutable types (:c:macro:`Py_TPFLAGS_IMMUTABLETYPE`) with mutable
1204-
bases using the C API.
1204+
bases using the C API (:gh:`95388`).
12051205

12061206
* ``__package__`` and ``__cached__`` will cease to be set or taken
12071207
into consideration by the import system (:gh:`97879`).

0 commit comments

Comments
 (0)