mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
bpo-6135: Fix subprocess.check_output doc to mention changes in 3.6 (GH-5564)
Fixes the documentation for `subprocess.check_output()` not mentioning that the encoding and errors parameters were added in 3.6.
This commit is contained in:
parent
517da1e58f
commit
fc1ce810f1
1 changed files with 3 additions and 0 deletions
|
@ -1087,6 +1087,9 @@ calls these functions.
|
|||
.. versionchanged:: 3.4
|
||||
Support for the *input* keyword argument was added.
|
||||
|
||||
.. versionchanged:: 3.6
|
||||
*encoding* and *errors* were added. See :func:`run` for details.
|
||||
|
||||
.. _subprocess-replacements:
|
||||
|
||||
Replacing Older Functions with the :mod:`subprocess` Module
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue