cpython: 381aaf79c254 (original) (raw)

Mercurial > cpython

changeset 78545:381aaf79c254 3.2

Issue #15561: Update subprocess docs to reference io.TextIOWrapper. Patch by Chris Jerdonek. [#15561]

Andrew Svetlov andrew.svetlov@gmail.com
date Mon, 13 Aug 2012 22:09:04 +0300
parents 5b629e9fde61
children 0cd9423770fa 90a8a462d2f7
files Doc/library/subprocess.rst
diffstat 1 files changed, 21 insertions(+), 19 deletions(-)[+] [-] Doc/library/subprocess.rst 40

line wrap: on

line diff

--- a/Doc/library/subprocess.rst +++ b/Doc/library/subprocess.rst @@ -136,7 +136,7 @@ use cases, the underlying :class:Popen decoding to text will often need to be handled at the application level. This behaviour may be overridden by setting universal_newlines to

+