]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-92417: `subprocess` docs: remove note on compatibility with Python <3.5 (GH-92538)
authorAlex Waygood <Alex.Waygood@Gmail.com>
Thu, 19 May 2022 15:31:51 +0000 (16:31 +0100)
committerGitHub <noreply@github.com>
Thu, 19 May 2022 15:31:51 +0000 (17:31 +0200)
Doc/library/subprocess.rst

index ce581abdd1dcedcbcb6f7dd0c4cba0c8584f5047..4031a5f62167f05db8f6f3456a59b07325455d04 100644 (file)
@@ -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, \