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

Commit6d92373

Browse files
authored
gh-101283: Fix 'versionchanged' for the shell=True fallback on Windows in 3.12 (GH-101728)
1 parentf23371f commit6d92373

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

‎Doc/library/subprocess.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ underlying :class:`Popen` interface can be used directly.
111111
Added the *text* parameter, as a more understandable alias of *universal_newlines*.
112112
Added the *capture_output* parameter.
113113

114-
..versionchanged::3.11.3
114+
..versionchanged::3.12
115115

116116
Changed Windows shell search order for ``shell=True``. The current
117117
directory and ``%PATH%`` are replaced with ``%COMSPEC%`` and
@@ -495,7 +495,7 @@ functions.
495495
*executable* parameter accepts a bytes and:term:`path-like object`
496496
on Windows.
497497

498-
..versionchanged::3.11.3
498+
..versionchanged::3.12
499499

500500
Changed Windows shell search order for ``shell=True``. The current
501501
directory and ``%PATH%`` are replaced with ``%COMSPEC%`` and
@@ -1174,7 +1174,7 @@ calls these functions.
11741174
..versionchanged::3.3
11751175
*timeout* was added.
11761176

1177-
..versionchanged::3.11.3
1177+
..versionchanged::3.12
11781178

11791179
Changed Windows shell search order for ``shell=True``. The current
11801180
directory and ``%PATH%`` are replaced with ``%COMSPEC%`` and
@@ -1214,7 +1214,7 @@ calls these functions.
12141214
..versionchanged::3.3
12151215
*timeout* was added.
12161216

1217-
..versionchanged::3.11.3
1217+
..versionchanged::3.12
12181218

12191219
Changed Windows shell search order for ``shell=True``. The current
12201220
directory and ``%PATH%`` are replaced with ``%COMSPEC%`` and
@@ -1277,7 +1277,7 @@ calls these functions.
12771277
..versionadded::3.7
12781278
*text* was added as a more readable alias for *universal_newlines*.
12791279

1280-
..versionchanged::3.11.3
1280+
..versionchanged::3.12
12811281

12821282
Changed Windows shell search order for ``shell=True``. The current
12831283
directory and ``%PATH%`` are replaced with ``%COMSPEC%`` and

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp