]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Update subprocess.Popen documentation wrt universal_newlines arg (GH-10337)
authorJakub Stasiak <jakub@stasiak.at>
Mon, 12 Nov 2018 03:40:42 +0000 (04:40 +0100)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 12 Nov 2018 03:40:42 +0000 (19:40 -0800)
commit7432f0929f2e90bde30e089da8e1efc580ccade1
treefa6b86ac4e3fa14e4d5c33ad77e0f57473fcf4d7
parent082875dcd6d482558e5f1da97a1c801d60b3ed5b
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
Doc/library/subprocess.rst