mirror of
https://github.com/python/cpython.git
synced 2025-11-20 02:50:14 +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
|
|
@ -6,6 +6,11 @@
|
|||
\modulesynopsis{Generic MIME file writer.}
|
||||
\sectionauthor{Christopher G. Petrilli}{petrilli@amber.org}
|
||||
|
||||
\deprecated{2.3}{The \refmodule{email} package should be used in
|
||||
preference to the \module{MimeWriter} module. This
|
||||
module is present only to maintain backward
|
||||
compatibility.}
|
||||
|
||||
This module defines the class \class{MimeWriter}. The
|
||||
\class{MimeWriter} class implements a basic formatter for creating
|
||||
MIME multi-part files. It doesn't seek around the output file nor
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue