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

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 fc1ce81

brice-grosgpshead

authored and

committed

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

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)