]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Update subprocess.Popen documentation wrt universal_newlines arg (GH-10337)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 12 Nov 2018 03:48:09 +0000 (19:48 -0800)
committerGitHub <noreply@github.com>
Mon, 12 Nov 2018 03:48:09 +0000 (19:48 -0800)
commit7a905042615aee4016793a44b53c5609dbf3eb35
treed1f7f4a156d1ab806fef4a5be5aabdf6c41e192a
parentaa493b5c18463ab45c087564e287643606f004ca
Update subprocess.Popen documentation wrt universal_newlines arg (GH-10337)

* universal_newlines defaulting to False would suggest, that not
  specifying universal_newlines explicitly and setting text to True
  should cause an error, which is not the case.
* The run function didn't have the universal_newlines parameter
  documented
* The check_output function didn't have its text parameter documented
(cherry picked from commit 7432f0929f2e90bde30e089da8e1efc580ccade1)

Co-authored-by: Jakub Stasiak <jakub@stasiak.at>
Doc/library/subprocess.rst