]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-13826: Clarify Popen constructor example (GH-18438)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 10 Feb 2020 22:57:06 +0000 (14:57 -0800)
committerGitHub <noreply@github.com>
Mon, 10 Feb 2020 22:57:06 +0000 (14:57 -0800)
commite6690f6cd1b0c2bd5804bad30239a4070f79102c
treeb1a49481d01ac9982ff4a1188fec83d76906be31
parent8ef9e6d59aedfd91cbd42b421c34a6c935ef7b25
bpo-13826: Clarify Popen constructor example (GH-18438)

Clarifies that the use of `shlex.split` is more instructive than
normative, and provides a simpler example.

https://bugs.python.org/issue13826
(cherry picked from commit 95d024d585bd3ed627437a2f0cbc783c8a014c8a)

Co-authored-by: Tim D. Smith <github@tim-smith.us>
Doc/library/subprocess.rst