[issue32815] Document text parameter to subprocess.Popen

2018-02-11 Thread Gregory P. Smith
Change by Gregory P. Smith : -- resolution: -> fixed stage: patch review -> commit review status: open -> closed ___ Python tracker ___

[issue32815] Document text parameter to subprocess.Popen

2018-02-11 Thread Gregory P. Smith
Gregory P. Smith added the comment: New changeset ba4f218657efcba856d00eb320418355cce8309a by Gregory P. Smith (Miss Islington (bot)) in branch '3.7': bpo-32815: Improve docs on the subprocess API *text* parameter (GH-5622) (GH-5631) https://github.com/python/cpython/commit/ba4f218657efcba856

[issue32815] Document text parameter to subprocess.Popen

2018-02-11 Thread Gregory P. Smith
Gregory P. Smith added the comment: New changeset e14c01037877768a3fe766e50d14993bd5d8a67e by Gregory P. Smith (Pablo Galindo) in branch 'master': bpo-32815: Improve docs on the subprocess API *text* parameter (GH-5622) https://github.com/python/cpython/commit/e14c01037877768a3fe766e50d14993bd

[issue32815] Document text parameter to subprocess.Popen

2018-02-11 Thread miss-islington
Change by miss-islington : -- pull_requests: +5435 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue32815] Document text parameter to subprocess.Popen

2018-02-11 Thread Pablo Galindo Salgado
Change by Pablo Galindo Salgado : -- keywords: +patch pull_requests: +5431 stage: -> patch review ___ Python tracker ___ ___ Python-

[issue32815] Document text parameter to subprocess.Popen

2018-02-10 Thread Segev Finer
New submission from Segev Finer : The new text parameter in subprocess was documented for subprocess.run but not for subprocess.Popen in the Sphinx documentation. It is documented in the docstring for both though. -- assignee: docs@python components: Documentation messages: 311949 nosy