From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Thu, 9 Feb 2023 00:11:36 +0000 (-0800) Subject: gh-101283: Version was just released, so should be changed in 3.11.3 (GH-101719) X-Git-Tag: v3.11.3~159 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4a9dff0e5adc91cbb1ed68c495dac64ccfe608bd;p=thirdparty%2FPython%2Fcpython.git gh-101283: Version was just released, so should be changed in 3.11.3 (GH-101719) (cherry picked from commit 0e0c5d8baaa6aa91f4221c5aa57d5586e58e8652) Co-authored-by: Steve Dower --- diff --git a/Doc/library/subprocess.rst b/Doc/library/subprocess.rst index 3a315f0cb81d..9b153a2def1a 100644 --- a/Doc/library/subprocess.rst +++ b/Doc/library/subprocess.rst @@ -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 @@ -496,7 +496,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 @@ -1176,7 +1176,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 @@ -1216,7 +1216,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 @@ -1279,7 +1279,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