summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
Diffstat (limited to 'Doc')
-rw-r--r--Doc/whatsnew/3.13.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/whatsnew/3.13.rst b/Doc/whatsnew/3.13.rst
index 42e0593..24a53b7 100644
--- a/Doc/whatsnew/3.13.rst
+++ b/Doc/whatsnew/3.13.rst
@@ -932,9 +932,9 @@ Build Changes
* Building CPython now requires a compiler with support for the C11 atomic
library, GCC built-in atomic functions, or MSVC interlocked intrinsics.
-* The ``errno``, ``md5``, ``winsound``, ``_ctypes_test``, ``_stat`` and
- ``_testimportmultiple`` C extensions are now built with the :ref:`limited C
- API <limited-c-api>`.
+* The ``errno``, ``md5``, ``resource``, ``winsound``, ``_ctypes_test``,
+ ``_stat`` and ``_testimportmultiple`` C extensions are now built with the
+ :ref:`limited C API <limited-c-api>`.
(Contributed by Victor Stinner in :gh:`85283`.)