Skip to content

Commit 0e0c5d8

Browse files
authored
gh-101283: Version was just released, so should be changed in 3.11.3 (GH-101719)
1 parent 20cf32e commit 0e0c5d8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Doc/library/subprocess.rst

+5-5
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.2
114+
.. versionchanged:: 3.11.3
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.2
498+
.. versionchanged:: 3.11.3
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.2
1177+
.. versionchanged:: 3.11.3
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.2
1217+
.. versionchanged:: 3.11.3
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.2
1280+
.. versionchanged:: 3.11.3
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)