@@ -124,7 +124,7 @@ Removed
124
124
sysconfig
125
125
---------
126
126
127
- * The *check_home * parameter of :func: `sysconfig.is_python_build `.
127
+ * Removed the *check_home * parameter of :func: `sysconfig.is_python_build `.
128
128
(Contributed by Filipe Laíns in :gh: `92897 `.)
129
129
130
130
@@ -133,7 +133,7 @@ typing
133
133
134
134
* The undocumented keyword argument syntax for creating
135
135
: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 .
137
137
Use the class-based syntax or the functional syntax instead.
138
138
(Contributed by Bénédikt Tran in :gh: `133817 `.)
139
139
@@ -204,6 +204,7 @@ Removed C APIs
204
204
205
205
* :c:func: `!PyImport_ImportModuleNoBlock `: deprecated alias
206
206
of :c:func: `PyImport_ImportModule `.
207
+ (Contributed by Bénédikt Tran in :gh: `133644 `.)
207
208
208
209
The following functions are removed in favor of :c:func: `PyConfig_Get `.
209
210
The |pythoncapi_compat_project | can be used to get :c:func: `!PyConfig_Get `
@@ -236,6 +237,8 @@ on Python 3.13 and older.
236
237
use :c:func: `PyConfig_Get("home") <PyConfig_Get> ` or the
237
238
:envvar: `PYTHONHOME ` environment variable instead.
238
239
240
+ (Contributed by Bénédikt Tran in :gh: `133644 `.)
241
+
239
242
.. |pythoncapi_compat_project | replace :: |pythoncapi_compat_project_link |_
240
243
.. |pythoncapi_compat_project_link | replace :: pythoncapi-compat project
241
244
.. _pythoncapi_compat_project_link : https://github.com/python/pythoncapi-compat
0 commit comments