Skip to content

Commit fc1ce81

Browse files
brice-grosgpshead
authored andcommitted
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.
1 parent 517da1e commit fc1ce81

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Doc/library/subprocess.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1087,6 +1087,9 @@ calls these functions.
10871087
.. versionchanged:: 3.4
10881088
Support for the *input* keyword argument was added.
10891089

1090+
.. versionchanged:: 3.6
1091+
*encoding* and *errors* were added. See :func:`run` for details.
1092+
10901093
.. _subprocess-replacements:
10911094

10921095
Replacing Older Functions with the :mod:`subprocess` Module

0 commit comments

Comments
 (0)