We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6ec1ce commit a747c3aCopy full SHA for a747c3a
Doc/library/email.encoders.rst
@@ -12,6 +12,11 @@ This module is part of the legacy (``Compat32``) email API. In the
12
new API the functionality is provided by the *cte* parameter of
13
the :meth:`~email.message.EmailMessage.set_content` method.
14
15
+This module is deprecated in Python 3. The functions provided here
16
+should not be called explicitly since the :class:`~email.mime.text.MIMEText`
17
+class sets the content type and CTE header using the *_subtype* and *_charset*
18
+values passed during the instaniation of that class.
19
+
20
The remaining text in this section is the original documentation of the module.
21
22
When creating :class:`~email.message.Message` objects from scratch, you often
0 commit comments