Skip to content

Commit

Permalink
gh-92417: subprocess docs: remove note on compatibility with Python…
Browse files Browse the repository at this point in the history
… <3.5 (GH-92538) (GH-92972)

(cherry picked from commit 84b8600)

Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
  • Loading branch information
miss-islington and AlexWaygood committed May 19, 2022
1 parent 02fe225 commit de97d82
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Doc/library/subprocess.rst
Expand Up @@ -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
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,\
capture_output=False, shell=False, cwd=None, timeout=None, \
Expand Down

0 comments on commit de97d82

Please sign in to comment.