commit | 4e7a964aaf4374fa2f6b45cf5161fa6cd53aec19 | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Tue Feb 06 17:12:06 2018 -0800 |
committer | Gregory P. Smith <greg@krypto.org> | Tue Feb 06 17:12:06 2018 -0800 |
tree | a1d31a131dbdfaab428bb369fbc11f3bd49ccc6a | |
parent | 2c6f6682768f401c297c584ef106d48c78697f67 [diff] |
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 fc1ce810f1da593648b4d19e7d582a235ec1dd37) Co-authored-by: Brice Gros <brice-gros@users.noreply.github.com>