Ignore:
Timestamp:
Mar 19, 2014, 11:31:01 PM (11 years ago)
Author:
dmik
Message:

python: Merge vendor 2.7.6 to trunk.

Location:
python/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • python/trunk

  • python/trunk/Doc/library/quopri.rst

    r2 r391  
    1 
    21:mod:`quopri` --- Encode and decode MIME quoted-printable data
    32==============================================================
     
    1110   single: MIME; quoted-printable encoding
    1211
     12**Source code:** :source:`Lib/quopri.py`
     13
     14--------------
     15
    1316This module performs quoted-printable transport encoding and decoding, as
    1417defined in :rfc:`1521`: "MIME (Multipurpose Internet Mail Extensions) Part One:
     
    1821:mod:`base64` module is more compact if there are many such characters, as when
    1922sending a graphics file.
    20 
    2123
    2224.. function:: decode(input, output[,header])
Note: See TracChangeset for help on using the changeset viewer.