]> granicus.if.org Git - python/commit
bpo-6135: Fix subprocess.check_output doc to mention changes in 3.6 (GH-5564) (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 7 Feb 2018 02:11:26 +0000 (18:11 -0800)
committerGregory P. Smith <greg@krypto.org>
Wed, 7 Feb 2018 02:11:26 +0000 (18:11 -0800)
commit7f95c8c319c1ee593b130d0eb1d4947d9d7e008a
treec88fb2961790f43edd56d28252d34e4b9418fd40
parentb90c68586e1f2c45c736dd38880f182be267e2ef
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 fc1ce810f1da593648b4d19e7d582a235ec1dd37)

Co-authored-by: Brice Gros <brice-gros@users.noreply.github.com>
Doc/library/subprocess.rst