From 385521c90e35565ceb1bc54ab31b217321fd2d84 Mon Sep 17 00:00:00 2001 From: Ronald Oussoren Date: Sun, 7 Jul 2013 09:26:45 +0200 Subject: Cleanup of documentation change from #17860 Reformulated the textual change, and applied it to the docstring as well. --- Lib/subprocess.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Lib/subprocess.py') diff --git a/Lib/subprocess.py b/Lib/subprocess.py index a62d9a455f..35086ac4df 100644 --- a/Lib/subprocess.py +++ b/Lib/subprocess.py @@ -104,6 +104,9 @@ in the child process prior to executing the command. If env is not None, it defines the environment variables for the new process. +If universal_newlines is false, the file objects stdin, stdout and stderr +are opened as binary files, and no line ending conversion is done. + If universal_newlines is true, the file objects stdout and stderr are opened as a text files, but lines may be terminated by any of '\n', the Unix end-of-line convention, '\r', the old Macintosh convention or -- cgit v1.2.1