commit | fc1ce810f1da593648b4d19e7d582a235ec1dd37 | [log] [tgz] |
---|---|---|
author | Brice Gros <brice-gros@users.noreply.github.com> | Wed Feb 07 01:46:29 2018 +0100 |
committer | Gregory P. Smith <greg@krypto.org> | Tue Feb 06 16:46:29 2018 -0800 |
tree | 26aef5f157d3f00f0c60591efe935bfc5d903bb2 | |
parent | 517da1e58f4c489d4b31579852cde5f7113da08e [diff] |
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.