summaryrefslogtreecommitdiffstats
path: root/Misc/ACKS
diff options
context:
space:
mode:
authorrichardhob <richardhob@gmail.com>2023-01-20 07:56:13 (GMT)
committerGitHub <noreply@github.com>2023-01-20 07:56:13 (GMT)
commit3fa8fe7177bb941aa60ecaf14d1fa1750a26f674 (patch)
treecd0686d4adc4c697b48a082db7e8b7f246d5cbfc /Misc/ACKS
parent5927013e47a8c63b70e104152351f3447baa819c (diff)
downloadcpython-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/ACKS1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/ACKS b/Misc/ACKS
index a51658d..7680345 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -747,6 +747,7 @@ Aaron Hill
Joel Hillacre
Richie Hindle
Konrad Hinsen
+Richard Hoberecht
David Hobley
Tim Hochberg
Benjamin Hodgson