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/email.encoders.rst

    r2 r391  
    1 :mod:`email`: Encoders
    2 ----------------------
     1:mod:`email.encoders`: Encoders
     2-------------------------------
    33
    44.. module:: email.encoders
     
    1818payload, encode it, and reset the payload to this newly encoded value.  They
    1919should also set the :mailheader:`Content-Transfer-Encoding` header as appropriate.
     20
     21Note that these functions are not meaningful for a multipart message.  They
     22must be applied to individual subparts instead, and will raise a
     23:exc:`TypeError` if passed a message whose type is multipart.
    2024
    2125Here are the encoding functions provided:
Note: See TracChangeset for help on using the changeset viewer.