bpo-6135: Fix `subprocess.check_output()` doc to mention changes in 3.6 by brice-gros · Pull Request #5564 · python/cpython

@brice-gros

@brice-gros brice-gros changed the title Fixed doc about subprocess.check_output() not mentionning changes in 3.6 Fixed doc about subprocess.check_output() not mentioning changes in 3.6

Feb 6, 2018

@gpshead

@gpshead gpshead changed the title Fixed doc about subprocess.check_output() not mentioning changes in 3.6 bpo-6135: Fix subprocess.check_output() doc to mention changes in 3.6

Feb 7, 2018

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Feb 7, 2018
…ythonGH-5564)

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>

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Feb 7, 2018
…ythonGH-5564)

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>

gpshead pushed a commit that referenced this pull request

Feb 7, 2018
…H-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>

gpshead pushed a commit that referenced this pull request

Feb 7, 2018
…H-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 <brice-gros@users.noreply.github.com>