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.header.rst

    r2 r391  
    1 :mod:`email`: Internationalized headers
    2 ---------------------------------------
     1:mod:`email.header`: Internationalized headers
     2----------------------------------------------
    33
    44.. module:: email.header
     
    6666   subsequent :meth:`append` calls.
    6767
    68    The maximum line length can be specified explicit via *maxlinelen*.  For
     68   The maximum line length can be specified explicitly via *maxlinelen*.  For
    6969   splitting the first line to a shorter value (to account for the field header
    7070   which isn't included in *s*, e.g. :mailheader:`Subject`) pass in the name of the
     
    7575   Optional *continuation_ws* must be :rfc:`2822`\ -compliant folding whitespace,
    7676   and is usually either a space or a hard tab character. This character will be
    77    prepended to continuation lines.
     77   prepended to continuation lines.  *continuation_ws* defaults to a single
     78   space character (" ").
    7879
    7980   Optional *errors* is passed straight through to the :meth:`append` method.
     
    103104
    104105      Optional *errors* is passed through to any :func:`unicode` or
    105       :func:`ustr.encode` call, and defaults to "strict".
     106      :meth:`unicode.encode` call, and defaults to "strict".
    106107
    107108
Note: See TracChangeset for help on using the changeset viewer.