summaryrefslogtreecommitdiff
path: root/documentation/index.rst
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2014-09-11 17:33:26 -0400
committerBenjamin Peterson <benjamin@python.org>2014-09-11 17:33:26 -0400
commit217ba806c1def284f01316b557d89664d69af028 (patch)
treed5a7f08ad9b5773f0f20464913bc0471c92292b2 /documentation/index.rst
parentbb6b2fc6d81bcb114d66776b779258ec830a4390 (diff)
downloadsix-217ba806c1def284f01316b557d89664d69af028.tar.gz
add move for pipes.quote -> shlex.quote (fixes #90)
Diffstat (limited to 'documentation/index.rst')
-rw-r--r--documentation/index.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/documentation/index.rst b/documentation/index.rst
index 23c5c72..0adadc2 100644
--- a/documentation/index.rst
+++ b/documentation/index.rst
@@ -531,6 +531,8 @@ Supported renames:
+------------------------------+-------------------------------------+-------------------------------------+
| ``reprlib`` | :mod:`py2:repr` | :mod:`py3:reprlib` |
+------------------------------+-------------------------------------+-------------------------------------+
+| ``shlex_quote`` | :mod:`py2:pipes.quote` | :mod:`py3:shlex.quote` |
++------------------------------+-------------------------------------+-------------------------------------+
| ``socketserver`` | :mod:`py2:SocketServer` | :mod:`py3:socketserver` |
+------------------------------+-------------------------------------+-------------------------------------+
| ``_thread`` | :mod:`py2:thread` | :mod:`py3:_thread` |