]> 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:56:14 +0000 (14:56 -0800)
committerGitHub <noreply@github.com>
Mon, 10 Feb 2020 22:56:14 +0000 (14:56 -0800)
commit78982f94faaa05e363d15b49ec230d11a4d8bebd
tree23f65de694b10ab116012d782fe5952cf9c5f458
parenta12effde34e7cf7ced767ca232cc2ed95e62cd46
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