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

    r2 r391  
    1 :mod:`email`: Representing character sets
    2 -----------------------------------------
     1:mod:`email.charset`: Representing character sets
     2-------------------------------------------------
    33
    44.. module:: email.charset
     
    250250   *charset* is the canonical name of a character set. *codecname* is the name of a
    251251   Python codec, as appropriate for the second argument to the :func:`unicode`
    252    built-in, or to the :meth:`encode` method of a Unicode string.
    253 
     252   built-in, or to the :meth:`~unicode.encode` method of a Unicode string.
     253
Note: See TracChangeset for help on using the changeset viewer.