Commit 99d439af authored by R David Murray's avatar R David Murray

#15543: additional link in subprocess docs.

Patch by Chris Jerdonek.
parent 27bbcfb8
......@@ -290,7 +290,8 @@ default values. The arguments that are most commonly needed are:
If *universal_newlines* is ``True``, the file objects *stdin*, *stdout*
and *stderr* will be opened as text streams in :term:`universal newlines`
mode using the encoding returned by :func:`locale.getpreferredencoding`.
mode using the encoding returned by
:func:`locale.getpreferredencoding(False) <locale.getpreferredencoding>`.
For *stdin*, line ending characters ``'\n'`` in the input will be converted
to the default line separator :data:`os.linesep`. For *stdout* and
*stderr*, all line endings in the output will be converted to ``'\n'``.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment