]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-101283: Version was just released, so should be changed in 3.11.3 (GH-101719)
authorSteve Dower <steve.dower@python.org>
Wed, 8 Feb 2023 23:52:03 +0000 (23:52 +0000)
committerGitHub <noreply@github.com>
Wed, 8 Feb 2023 23:52:03 +0000 (23:52 +0000)
Doc/library/subprocess.rst

index c93319e7011c20f4a2b6944e934b21a4e0909ff8..d792a43eeb271f3debe9ceec3d96ca1bcfc28555 100644 (file)
@@ -111,7 +111,7 @@ underlying :class:`Popen` interface can be used directly.
       Added the *text* parameter, as a more understandable alias of *universal_newlines*.
       Added the *capture_output* parameter.
 
-   .. versionchanged:: 3.11.2
+   .. versionchanged:: 3.11.3
 
       Changed Windows shell search order for ``shell=True``. The current
       directory and ``%PATH%`` are replaced with ``%COMSPEC%`` and
@@ -495,7 +495,7 @@ functions.
       *executable* parameter accepts a bytes and :term:`path-like object`
       on Windows.
 
-   .. versionchanged:: 3.11.2
+   .. versionchanged:: 3.11.3
 
       Changed Windows shell search order for ``shell=True``. The current
       directory and ``%PATH%`` are replaced with ``%COMSPEC%`` and
@@ -1174,7 +1174,7 @@ calls these functions.
    .. versionchanged:: 3.3
       *timeout* was added.
 
-   .. versionchanged:: 3.11.2
+   .. versionchanged:: 3.11.3
 
       Changed Windows shell search order for ``shell=True``. The current
       directory and ``%PATH%`` are replaced with ``%COMSPEC%`` and
@@ -1214,7 +1214,7 @@ calls these functions.
    .. versionchanged:: 3.3
       *timeout* was added.
 
-   .. versionchanged:: 3.11.2
+   .. versionchanged:: 3.11.3
 
       Changed Windows shell search order for ``shell=True``. The current
       directory and ``%PATH%`` are replaced with ``%COMSPEC%`` and
@@ -1277,7 +1277,7 @@ calls these functions.
    .. versionadded:: 3.7
       *text* was added as a more readable alias for *universal_newlines*.
 
-   .. versionchanged:: 3.11.2
+   .. versionchanged:: 3.11.3
 
       Changed Windows shell search order for ``shell=True``. The current
       directory and ``%PATH%`` are replaced with ``%COMSPEC%`` and