]> granicus.if.org Git - python/commit
bpo-22635: subprocess.getstatusoutput doc update. (#3398)
authorGregory P. Smith <greg@krypto.org>
Thu, 7 Sep 2017 00:39:23 +0000 (17:39 -0700)
committerGitHub <noreply@github.com>
Thu, 7 Sep 2017 00:39:23 +0000 (17:39 -0700)
commit738b7d9766e1a794aaaabfba0d515a467ba833ca
tree2aad241d4992162a848b92d1992f6915aea33669
parentd01db1c2a2a71455163a1d3b214cc8dc27201303
bpo-22635: subprocess.getstatusoutput doc update. (#3398)

The `subprocess.getstatusoutput` API was inadvertently changed
in Python 3.3.4.  Document the change, it is too late to undo the
API change now as it has shipped in many stable releases.
Doc/library/subprocess.rst