Changeset 391 for python/trunk/Doc/library/email.encoders.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/email.encoders.rst
r2 r391 1 :mod:`email `: Encoders2 ---------------------- 1 :mod:`email.encoders`: Encoders 2 ------------------------------- 3 3 4 4 .. module:: email.encoders … … 18 18 payload, encode it, and reset the payload to this newly encoded value. They 19 19 should also set the :mailheader:`Content-Transfer-Encoding` header as appropriate. 20 21 Note that these functions are not meaningful for a multipart message. They 22 must be applied to individual subparts instead, and will raise a 23 :exc:`TypeError` if passed a message whose type is multipart. 20 24 21 25 Here are the encoding functions provided:
Note:
See TracChangeset
for help on using the changeset viewer.