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
*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
.. 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
.. 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
.. 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