mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Adjusted to use the new module synopsis support macros.
This commit is contained in:
parent
fe7f3bc2aa
commit
b91e934cf1
139 changed files with 627 additions and 706 deletions
|
@ -1,6 +1,8 @@
|
|||
\section{Standard Module \module{quopri}}
|
||||
\label{module-quopri}
|
||||
\stmodindex{quopri}
|
||||
\declaremodule{standard}{quopri}
|
||||
|
||||
\modulesynopsis{Encode/decode binary files using the MIME quoted-printable encoding.}
|
||||
|
||||
|
||||
This module performs quoted-printable transport encoding and decoding,
|
||||
as defined in \rfc{1521}: ``MIME (Multipurpose Internet Mail Extensions)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue