From 68f12e11a2123578c799d37177b5b658c5b8a8e3 Mon Sep 17 00:00:00 2001 From: Junya Fukuda Date: Sat, 22 Jul 2023 17:58:57 +0900 Subject: [PATCH] gh-106971: Docs: Add missing issue reference --- Doc/whatsnew/3.12.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/whatsnew/3.12.rst b/Doc/whatsnew/3.12.rst index 45093122eb7b72..24eb7ae6ac2e1a 100644 --- a/Doc/whatsnew/3.12.rst +++ b/Doc/whatsnew/3.12.rst @@ -1112,7 +1112,7 @@ Pending Removal in Python 3.14 :exc:`DeprecationWarning` to be emitted when it is used. * Creating immutable types (:c:macro:`Py_TPFLAGS_IMMUTABLETYPE`) with mutable - bases using the C API. + bases using the C API. (:gh:`97879`). * Deprecated the *isdst* parameter in :func:`email.utils.localtime`. (Contributed by Alan Williams in :gh:`72346`.)