8000 gh-92417: `subprocess` docs: remove note on compatibility with Python… · python/cpython@84b8600 · GitHub
[go: up one dir, main page]

Skip to content

Commit 84b8600

Browse files
authored
gh-92417: subprocess docs: remove note on compatibility with Python <3.5 (GH-92538)
1 parent 090df84 commit 84b8600

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Doc/library/subprocess.rst

Lines changed: 0 additions & 3 deletions
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< 4E37 code class="diff-text syntax-highlighted-line deletion">-
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)
0