summaryrefslogtreecommitdiff
path: root/documentation/index.rst
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2014-09-11 17:28:15 -0400
committerBenjamin Peterson <benjamin@python.org>2014-09-11 17:28:15 -0400
commita4a471e90d10454a9c5b94f1a1d8f96d5fe20a65 (patch)
tree88787749e67da3dd5af160f05c4dac9c1b937096 /documentation/index.rst
parent31488a2d4dd7b233741c7c7c27560b8a848cf344 (diff)
downloadsix-git-a4a471e90d10454a9c5b94f1a1d8f96d5fe20a65.tar.gz
moves mapping for intern (fixes #59)
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 9acea50..23c5c72 100644
--- a/documentation/index.rst
+++ b/documentation/index.rst
@@ -517,6 +517,8 @@ Supported renames:
+------------------------------+-------------------------------------+-------------------------------------+
| ``input`` | :func:`py2:raw_input` | :func:`py3:input` |
+------------------------------+-------------------------------------+-------------------------------------+
+| ``intern`` | :func:`py2:intern` | :func:`py3:sys.intern` |
++------------------------------+-------------------------------------+-------------------------------------+
| ``map`` | :func:`py2:itertools.imap` | :func:`py3:map` |
+------------------------------+-------------------------------------+-------------------------------------+
| ``queue`` | :mod:`py2:Queue` | :mod:`py3:queue` |