Skip to content

Commit 7f95c8c

Browse files
miss-islingtonbrice-gros
authored andcommitted
bpo-6135: Fix subprocess.check_output doc to mention changes in 3.6 (GH-5564) (GH-5573)
Fixes the documentation for `subprocess.check_output()` not mentioning that the encoding and errors parameters were added in 3.6. (cherry picked from commit fc1ce81) Co-authored-by: Brice Gros <[email protected]>
1 parent b90c685 commit 7f95c8c

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
@@ -956,6 +956,9 @@ calls these functions.
956956
.. versionchanged:: 3.4
957957
Support for the *input* keyword argument was added.
958958

959+
.. versionchanged:: 3.6
960+
*encoding* and *errors* were added. See :func:`run` for details.
961+
959962
.. _subprocess-replacements:
960963

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

0 commit comments

Comments
 (0)