mirror of
https://github.com/python/cpython.git
synced 2025-09-29 03:35:31 +00:00
gh-101283: Version was just released, so should be changed in 3.11.3 (GH-101719)
(cherry picked from commit 0e0c5d8baa
)
Co-authored-by: Steve Dower <steve.dower@python.org>
This commit is contained in:
parent
51b079a2d6
commit
4a9dff0e5a
1 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue