Changeset 391 for python/trunk/Doc/library/quopri.rst
- Timestamp:
- Mar 19, 2014, 11:31:01 PM (11 years ago)
- Location:
- python/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
python/trunk
-
Property svn:mergeinfo
set to
/python/vendor/Python-2.7.6 merged eligible /python/vendor/current merged eligible
-
Property svn:mergeinfo
set to
-
python/trunk/Doc/library/quopri.rst
r2 r391 1 2 1 :mod:`quopri` --- Encode and decode MIME quoted-printable data 3 2 ============================================================== … … 11 10 single: MIME; quoted-printable encoding 12 11 12 **Source code:** :source:`Lib/quopri.py` 13 14 -------------- 15 13 16 This module performs quoted-printable transport encoding and decoding, as 14 17 defined in :rfc:`1521`: "MIME (Multipurpose Internet Mail Extensions) Part One: … … 18 21 :mod:`base64` module is more compact if there are many such characters, as when 19 22 sending a graphics file. 20 21 23 22 24 .. function:: decode(input, output[,header])
Note:
See TracChangeset
for help on using the changeset viewer.