diff options
author | andyclegg <andy2.0@gmail.com> | 2017-10-23 02:01:19 (GMT) |
---|---|---|
committer | Gregory P. Smith <greg@krypto.org> | 2017-10-23 02:01:19 (GMT) |
commit | 7fed7bd8bb628f0f09c6011871a4ce68afb41b18 (patch) | |
tree | a89c99e634133cae2dc33671182f8f4ae0723226 /Python/getargs.c | |
parent | ae3087c6382011c47db82fea4d05f8bbf514265d (diff) | |
download | cpython-7fed7bd8bb628f0f09c6011871a4ce68afb41b18.zip cpython-7fed7bd8bb628f0f09c6011871a4ce68afb41b18.tar.gz cpython-7fed7bd8bb628f0f09c6011871a4ce68afb41b18.tar.bz2 |
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/getargs.c')
0 files changed, 0 insertions, 0 deletions