summaryrefslogtreecommitdiff
path: root/documentation
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2017-08-27 13:22:20 -0700
committerBenjamin Peterson <benjamin@python.org>2017-08-27 13:22:26 -0700
commitbb221f27b2860dc660f95f6689cd1ef1d4af70da (patch)
tree9fa9d7611fbd55c47c48f97f05383d41b0648b66 /documentation
parentc28fa79a7a4faff104d04e64e941ad7f4c2fa4bf (diff)
downloadsix-git-bb221f27b2860dc660f95f6689cd1ef1d4af70da.tar.gz
remove moves.getstatusoutput
Compatibility of Python getstatusoutput was broken in 3.3.4, so a simple renaming indirection doesn't suffice. See #207.
Diffstat (limited to 'documentation')
-rw-r--r--documentation/index.rst2
1 files changed, 0 insertions, 2 deletions
diff --git a/documentation/index.rst b/documentation/index.rst
index 2324d64..52a9bb3 100644
--- a/documentation/index.rst
+++ b/documentation/index.rst
@@ -587,8 +587,6 @@ Supported renames:
+------------------------------+-------------------------------------+---------------------------------------+
| ``getoutput`` | :func:`py2:commands.getoutput` | :func:`py3:subprocess.getoutput` |
+------------------------------+-------------------------------------+---------------------------------------+
-| ``getstatusoutput`` | :func:`py2:commands.getstatusoutput`| :func:`py3:subprocess.getstatusoutput`|
-+------------------------------+-------------------------------------+---------------------------------------+
| ``http_cookiejar`` | :mod:`py2:cookielib` | :mod:`py3:http.cookiejar` |
+------------------------------+-------------------------------------+---------------------------------------+
| ``http_cookies`` | :mod:`py2:Cookie` | :mod:`py3:http.cookies` |