]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-13826: Clarify Popen constructor example (GH-18438)
authorTim D. Smith <github@tim-smith.us>
Mon, 10 Feb 2020 22:51:01 +0000 (14:51 -0800)
committerGitHub <noreply@github.com>
Mon, 10 Feb 2020 22:51:01 +0000 (14:51 -0800)
commit95d024d585bd3ed627437a2f0cbc783c8a014c8a
treece0b99739e1278a992fab6685daf6fc85ab71b1e
parent37c55b2b49a3acb7c56c9f6a5062bc6e4e35bc1c
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
Doc/library/subprocess.rst