mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Minor changes to match the style guide.
This commit is contained in:
parent
4124a0b343
commit
8ee679f0ce
21 changed files with 79 additions and 72 deletions
|
@ -9,7 +9,8 @@
|
|||
\index{MIME!base64 encoding}
|
||||
|
||||
This module performs base64 encoding and decoding of arbitrary binary
|
||||
strings into text strings that can be safely emailed or posted. The
|
||||
strings into text strings that can be safely sent by email or included
|
||||
as part of an HTTP POST request. The
|
||||
encoding scheme is defined in \rfc{1521} (\emph{MIME
|
||||
(Multipurpose Internet Mail Extensions) Part One: Mechanisms for
|
||||
Specifying and Describing the Format of Internet Message Bodies},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue