summaryrefslogtreecommitdiff
path: root/documentation
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2020-01-07 18:44:00 -0800
committerBenjamin Peterson <benjamin@python.org>2020-01-07 18:44:39 -0800
commit48ffe3cdef4548d094637a8187453f7492a90dab (patch)
tree4b58dc042a011390db1d074cb12b8662ef427e30 /documentation
parent9e824c0e8aabd93f0d366ea9cac721a22ebc03a1 (diff)
downloadsix-git-48ffe3cdef4548d094637a8187453f7492a90dab.tar.gz
Point _dummy_thread to _thread on Python 3.9.
Fixes #317.
Diffstat (limited to 'documentation')
-rw-r--r--documentation/index.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/documentation/index.rst b/documentation/index.rst
index f4c90c9..e5e2994 100644
--- a/documentation/index.rst
+++ b/documentation/index.rst
@@ -591,7 +591,8 @@ Supported renames:
+------------------------------+-------------------------------------+---------------------------------------+
| ``dbm_ndbm`` | :mod:`py2:dbm` | :mod:`py3:dbm.ndbm` |
+------------------------------+-------------------------------------+---------------------------------------+
-| ``_dummy_thread`` | :mod:`py2:dummy_thread` | :mod:`py3:_dummy_thread` |
+| ``_dummy_thread`` | :mod:`py2:dummy_thread` | :mod:`py3:_dummy_thread` (< 3.9) |
+| | | :mod:`py3:_thread` (3.9+) |
+------------------------------+-------------------------------------+---------------------------------------+
| ``email_mime_base`` | :mod:`py2:email.MIMEBase` | :mod:`py3:email.mime.base` |
+------------------------------+-------------------------------------+---------------------------------------+