#15543: additional link in subprocess docs.

Patch by Chris Jerdonek.
This commit is contained in:
R David Murray 2012-08-15 11:12:15 -04:00
parent 27bbcfb8ff
commit 99d439afcf

View file

@ -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'``.