Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit13cb8ca

Browse files
authored
gh-133879: Copyedit "What's New in Python 3.15" (#133880)
1 parent9b9cdb6 commit13cb8ca

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
@@ -124,7 +124,7 @@ Removed
124124
sysconfig
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

208209
The following functions are removed in favor of:c:func:`PyConfig_Get`.
209210
The |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

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp