]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-88324: Clarify documentation for redirected stdout/stderr when using subprocess...
authorrichardhob <richardhob@gmail.com>
Fri, 20 Jan 2023 07:56:13 +0000 (23:56 -0800)
committerGitHub <noreply@github.com>
Fri, 20 Jan 2023 07:56:13 +0000 (23:56 -0800)
commit3fa8fe7177bb941aa60ecaf14d1fa1750a26f674
treecd0686d4adc4c697b48a082db7e8b7f246d5cbfc
parent5927013e47a8c63b70e104152351f3447baa819c
gh-88324: Clarify documentation for redirected stdout/stderr when using subprocess in Linux (#94035)

* Update description of stdout, stderr, and stdin.

Changes:
- Move the ``None`` option (which is default) to the front of the list
  of input options
- Move the ``None`` option description up to make the default behavior
  more clear (No redirection)
- Remove mention of Child File Descriptors from ``None`` option description
Doc/library/subprocess.rst
Misc/ACKS
Misc/NEWS.d/next/Documentation/2022-06-19-22-04-47.gh-issue-88324.GHhSQ1.rst [new file with mode: 0644]