diff options
author | Raymond Hettinger <python@rcn.com> | 2011-01-10 21:16:07 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2011-01-10 21:16:07 (GMT) |
commit | 05ce079a1c783c368c75d1ec2fbf1a13511bf141 (patch) | |
tree | 287d93de181355f65c42b078e44afd884c51c606 /Doc/library/quopri.rst | |
parent | 4f707fd3165dad9cdf0307b610593a32bfcd456e (diff) | |
download | cpython-05ce079a1c783c368c75d1ec2fbf1a13511bf141.zip cpython-05ce079a1c783c368c75d1ec2fbf1a13511bf141.tar.gz cpython-05ce079a1c783c368c75d1ec2fbf1a13511bf141.tar.bz2 |
Missed two source links
Diffstat (limited to 'Doc/library/quopri.rst')
-rw-r--r-- | Doc/library/quopri.rst | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Doc/library/quopri.rst b/Doc/library/quopri.rst index 8af73a3..755811a 100644 --- a/Doc/library/quopri.rst +++ b/Doc/library/quopri.rst @@ -9,6 +9,10 @@ pair: quoted-printable; encoding single: MIME; quoted-printable encoding +**Source code:** :source:`Lib/quopri.py` + +-------------- + This module performs quoted-printable transport encoding and decoding, as defined in :rfc:`1521`: "MIME (Multipurpose Internet Mail Extensions) Part One: Mechanisms for Specifying and Describing the Format of Internet Message Bodies". @@ -57,6 +61,3 @@ sending a graphics file. Module :mod:`base64` Encode and decode MIME base64 data - - Latest version of the :source:`quopri module Python source code - <Lib/quopri.py>` |