Skip to content

Commit de97d82

Browse files
gh-92417: subprocess docs: remove note on compatibility with Python <3.5 (GH-92538) (GH-92972)
(cherry picked from commit 84b8600) Co-authored-by: Alex Waygood <[email protected]>
1 parent 02fe225 commit de97d82

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Doc/library/subprocess.rst

-3
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,6 @@ The recommended approach to invoking subprocesses is to use the :func:`run`
3333
function for all use cases it can handle. For more advanced use cases, the
3434
underlying :class:`Popen` interface can be used directly.
3535

36-
The :func:`run` function was added in Python 3.5; if you need to retain
37-
compatibility with older versions, see the :ref:`call-function-trio` section.
38-
3936

4037
.. function:: run(args, *, stdin=None, input=None, stdout=None, stderr=None,\
4138
capture_output=False, shell=False, cwd=None, timeout=None, \

0 commit comments

Comments
 (0)