diff options
author | andyclegg <andy2.0@gmail.com> | 2017-10-23 03:01:19 +0100 |
---|---|---|
committer | Gregory P. Smith <greg@krypto.org> | 2017-10-22 19:01:19 -0700 |
commit | 7fed7bd8bb628f0f09c6011871a4ce68afb41b18 (patch) | |
tree | a89c99e634133cae2dc33671182f8f4ae0723226 /Python/pythonrun.c | |
parent | ae3087c6382011c47db82fea4d05f8bbf514265d (diff) | |
download | cpython-git-7fed7bd8bb628f0f09c6011871a4ce68afb41b18.tar.gz |
bpo-31756: subprocess.run should alias universal_newlines to text (#4049)
Improve human friendliness of the Popen API: Add text=False as a
keyword-only argument to subprocess.Popen along with a Popen
attribute .text_mode and set this based on the
encoding/errors/universal_newlines/text arguments.
The universal_newlines parameter and attribute are maintained for
backwards compatibility.
Diffstat (limited to 'Python/pythonrun.c')
0 files changed, 0 insertions, 0 deletions