| commit | 95d024d585bd3ed627437a2f0cbc783c8a014c8a | [log] [tgz] |
|---|---|---|
| author | Tim D. Smith <github@tim-smith.us> | Mon Feb 10 14:51:01 2020 -0800 |
| committer | GitHub <noreply@github.com> | Mon Feb 10 14:51:01 2020 -0800 |
| tree | ce0b99739e1278a992fab6685daf6fc85ab71b1e | |
| parent | 37c55b2b49a3acb7c56c9f6a5062bc6e4e35bc1c [diff] |
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