diff options
author | richardhob <richardhob@gmail.com> | 2023-01-20 07:56:13 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-20 07:56:13 (GMT) |
commit | 3fa8fe7177bb941aa60ecaf14d1fa1750a26f674 (patch) | |
tree | cd0686d4adc4c697b48a082db7e8b7f246d5cbfc /Misc/ACKS | |
parent | 5927013e47a8c63b70e104152351f3447baa819c (diff) | |
download | cpython-3fa8fe7177bb941aa60ecaf14d1fa1750a26f674.zip cpython-3fa8fe7177bb941aa60ecaf14d1fa1750a26f674.tar.gz cpython-3fa8fe7177bb941aa60ecaf14d1fa1750a26f674.tar.bz2 |
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
Diffstat (limited to 'Misc/ACKS')
-rw-r--r-- | Misc/ACKS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -747,6 +747,7 @@ Aaron Hill Joel Hillacre Richie Hindle Konrad Hinsen +Richard Hoberecht David Hobley Tim Hochberg Benjamin Hodgson |