Skip to content

Commit 51d2061

Browse files
authored
Merge branch 'main' into fix-issue-133604
2 parents cbc4dd4 + 13cb8ca commit 51d2061

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Doc/whatsnew/3.15.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ platform
130130
sysconfig
131131
---------
132132

133-
* The *check_home* parameter of :func:`sysconfig.is_python_build`.
133+
* Removed the *check_home* parameter of :func:`sysconfig.is_python_build`.
134134
(Contributed by Filipe Laíns in :gh:`92897`.)
135135

136136

@@ -139,7 +139,7 @@ typing
139139

140140
* The undocumented keyword argument syntax for creating
141141
:class:`~typing.NamedTuple` classes (for example,
142-
``Point = NamedTuple("Point", x=int, y=int)``).
142+
``Point = NamedTuple("Point", x=int, y=int)``) is no longer supported.
143143
Use the class-based syntax or the functional syntax instead.
144144
(Contributed by Bénédikt Tran in :gh:`133817`.)
145145

@@ -210,6 +210,7 @@ Removed C APIs
210210

211211
* :c:func:`!PyImport_ImportModuleNoBlock`: deprecated alias
212212
of :c:func:`PyImport_ImportModule`.
213+
(Contributed by Bénédikt Tran in :gh:`133644`.)
213214

214215
The following functions are removed in favor of :c:func:`PyConfig_Get`.
215216
The |pythoncapi_compat_project| can be used to get :c:func:`!PyConfig_Get`
@@ -242,6 +243,8 @@ on Python 3.13 and older.
242243
use :c:func:`PyConfig_Get("home") <PyConfig_Get>` or the
243244
:envvar:`PYTHONHOME` environment variable instead.
244245

246+
(Contributed by Bénédikt Tran in :gh:`133644`.)
247+
245248
.. |pythoncapi_compat_project| replace:: |pythoncapi_compat_project_link|_
246249
.. |pythoncapi_compat_project_link| replace:: pythoncapi-compat project
247250
.. _pythoncapi_compat_project_link: https://github.com/python/pythoncapi-compat

0 commit comments

Comments
 (0)