bpo-6135: Fix subprocess.check_output doc to mention changes in 3.6 (… · python/cpython@4e7a964

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Commit 4e7a964

miss-islingtonbrice-gros

authored and

committed

bpo-6135: Fix subprocess.check_output doc to mention changes in 3.6 (GH-5564) (GH-5572)

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 <brice-gros@users.noreply.github.com>

1 parent 2c6f668 commit 4e7a964

File tree

1 file changed

+

3

-

0

lines changed

1 file changed

+

3

-

0

lines changed

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)