summaryrefslogtreecommitdiff
path: root/documentation
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2019-11-04 20:30:58 -0800
committerBenjamin Peterson <benjamin@python.org>2019-11-04 23:11:58 -0800
commit0dc54ead62c7fb06edabf1ff22fb71c0c6d958e1 (patch)
treec0574cfe9f9e60184adfd8da7850e06455d9f22e /documentation
parent1f2f571cc7b3a3f57bdde604ce7b748f376adbe3 (diff)
downloadsix-git-0dc54ead62c7fb06edabf1ff22fb71c0c6d958e1.tar.gz
Add six.moves.collections_abc.
Fixes #155. Closes #241.
Diffstat (limited to 'documentation')
-rw-r--r--documentation/index.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/documentation/index.rst b/documentation/index.rst
index 3b1c244..3a28998 100644
--- a/documentation/index.rst
+++ b/documentation/index.rst
@@ -584,6 +584,8 @@ Supported renames:
+------------------------------+-------------------------------------+---------------------------------------+
| ``cStringIO`` | :func:`py2:cStringIO.StringIO` | :class:`py3:io.StringIO` |
+------------------------------+-------------------------------------+---------------------------------------+
+| ``collections_abc`` | :mod:`py2:collections` | :mod:`py3:collections.abc` (3.3+) |
++------------------------------+-------------------------------------+---------------------------------------+
| ``dbm_gnu`` | :func:`py2:gdbm` | :class:`py3:dbm.gnu` |
+------------------------------+-------------------------------------+---------------------------------------+
| ``dbm_ndbm`` | :func:`py2:dbm` | :func:`py3:dbm.ndbm` |