summaryrefslogtreecommitdiff
path: root/documentation/index.rst
diff options
context:
space:
mode:
authorFelix Yan <felixonmars@gmail.com>2014-07-15 14:56:27 +0800
committerFelix Yan <felixonmars@gmail.com>2014-07-15 14:56:27 +0800
commitd0e4b73e2ed422bea47e07ed82616170a6cf89d1 (patch)
tree4eea7e7e48d1627f54b838c3b37eb1d90e164825 /documentation/index.rst
parentd7849708971771b405afa35832958ed61ae16b78 (diff)
downloadsix-git-d0e4b73e2ed422bea47e07ed82616170a6cf89d1.tar.gz
Add email_mime_nonmultipart as MovedModule
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 49aed01..2de3622 100644
--- a/documentation/index.rst
+++ b/documentation/index.rst
@@ -489,6 +489,8 @@ Supported renames:
+------------------------------+-------------------------------------+-------------------------------------+
| ``email_mime_multipart`` | :mod:`py2:email.MIMEMultipart` | :mod:`py3:email.mime.multipart` |
+------------------------------+-------------------------------------+-------------------------------------+
+| ``email_mime_nonmultipart`` | :mod:`py2:email.MIMENonMultipart` | :mod:`py3:email.mime.nonmultipart` |
++------------------------------+-------------------------------------+-------------------------------------+
| ``email_mime_text`` | :mod:`py2:email.MIMEText` | :mod:`py3:email.mime.text` |
+------------------------------+-------------------------------------+-------------------------------------+
| ``email_mime_base`` | :mod:`py2:email.MIMEBase` | :mod:`py3:email.mime.base` |