mirror of
https://github.com/python/cpython.git
synced 2025-11-01 06:01:29 +00:00
Add deprecation notices to the documentation to reflect recent additions to
PEP 4.
This commit is contained in:
parent
6f30a8ab62
commit
4613876ee3
4 changed files with 19 additions and 1 deletions
|
|
@ -4,8 +4,12 @@
|
|||
\declaremodule{standard}{mimify}
|
||||
\modulesynopsis{Mimification and unmimification of mail messages.}
|
||||
|
||||
\deprecated{2.3}{The \refmodule{email} package should be used in
|
||||
preference to the \module{mimify} module. This
|
||||
module is present only to maintain backward
|
||||
compatibility.}
|
||||
|
||||
The mimify module defines two functions to convert mail messages to
|
||||
The \module{mimify} module defines two functions to convert mail messages to
|
||||
and from MIME format. The mail message can be either a simple message
|
||||
or a so-called multipart message. Each part is treated separately.
|
||||
Mimifying (a part of) a message entails encoding the message as
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue