Skip to content

Commit 4a9dff0

Browse files
gh-101283: Version was just released, so should be changed in 3.11.3 (GH-101719)
(cherry picked from commit 0e0c5d8) Co-authored-by: Steve Dower <[email protected]>
1 parent 51b079a commit 4a9dff0

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
@@ -496,7 +496,7 @@ functions.
496496
*executable* parameter accepts a bytes and :term:`path-like object`
497497
on Windows.
498498

499-
.. versionchanged:: 3.11.2
499+
.. versionchanged:: 3.11.3
500500

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

1179-
.. versionchanged:: 3.11.2
1179+
.. versionchanged:: 3.11.3
11801180

11811181
Changed Windows shell search order for ``shell=True``. The current
11821182
directory and ``%PATH%`` are replaced with ``%COMSPEC%`` and
@@ -1216,7 +1216,7 @@ calls these functions.
12161216
.. versionchanged:: 3.3
12171217
*timeout* was added.
12181218

1219-
.. versionchanged:: 3.11.2
1219+
.. versionchanged:: 3.11.3
12201220

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

1282-
.. versionchanged:: 3.11.2
1282+
.. versionchanged:: 3.11.3
12831283

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

0 commit comments

Comments
 (0)