@@ -124,7 +124,7 @@ Removed
124124sysconfig
125125--------- 
126126
127- * The  *check_home * parameter of :func: `sysconfig.is_python_build `.
127+ * Removed the  *check_home * parameter of :func: `sysconfig.is_python_build `.
128128  (Contributed by Filipe Laíns in :gh: `92897 `.)
129129
130130
@@ -133,7 +133,7 @@ typing
133133
134134* The undocumented keyword argument syntax for creating
135135  :class: `~typing.NamedTuple ` classes (for example,
136-   ``Point = NamedTuple("Point", x=int, y=int) ``).
136+   ``Point = NamedTuple("Point", x=int, y=int) ``) is no longer supported .
137137  Use the class-based syntax or the functional syntax instead.
138138  (Contributed by Bénédikt Tran in :gh: `133817 `.)
139139
@@ -204,6 +204,7 @@ Removed C APIs
204204
205205* :c:func: `!PyImport_ImportModuleNoBlock `: deprecated alias
206206  of :c:func: `PyImport_ImportModule `.
207+   (Contributed by Bénédikt Tran in :gh: `133644 `.)
207208
208209The following functions are removed in favor of :c:func: `PyConfig_Get `.
209210The |pythoncapi_compat_project | can be used to get :c:func: `!PyConfig_Get `
@@ -236,6 +237,8 @@ on Python 3.13 and older.
236237    use :c:func: `PyConfig_Get("home") <PyConfig_Get> ` or the
237238    :envvar: `PYTHONHOME ` environment variable instead.
238239
240+   (Contributed by Bénédikt Tran in :gh: `133644 `.)
241+ 
239242.. |pythoncapi_compat_project | replace :: |pythoncapi_compat_project_link |_ 
240243.. |pythoncapi_compat_project_link | replace :: pythoncapi-compat project 
241244.. _pythoncapi_compat_project_link : https://github.com/python/pythoncapi-compat 
0 commit comments