mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
gh-92417: subprocess
docs: remove note on compatibility with Python <3.5 (GH-92538) (GH-92972)
(cherry picked from commit 84b86000e2
)
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
This commit is contained in:
parent
02fe22576e
commit
de97d8229c
1 changed files with 0 additions and 3 deletions
|
@ -33,9 +33,6 @@ The recommended approach to invoking subprocesses is to use the :func:`run`
|
||||||
function for all use cases it can handle. For more advanced use cases, the
|
function for all use cases it can handle. For more advanced use cases, the
|
||||||
underlying :class:`Popen` interface can be used directly.
|
underlying :class:`Popen` interface can be used directly.
|
||||||
|
|
||||||
The :func:`run` function was added in Python 3.5; if you need to retain
|
|
||||||
compatibility with older versions, see the :ref:`call-function-trio` section.
|
|
||||||
|
|
||||||
|
|
||||||
.. function:: run(args, *, stdin=None, input=None, stdout=None, stderr=None,\
|
.. function:: run(args, *, stdin=None, input=None, stdout=None, stderr=None,\
|
||||||
capture_output=False, shell=False, cwd=None, timeout=None, \
|
capture_output=False, shell=False, cwd=None, timeout=None, \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue