mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00
(3.3->default) Cleanup of documentation change from #17860
Reformulated the textual change, and applied it to the docstring as well.
This commit is contained in:
commit
5f8e78545c
2 changed files with 10 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue