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/rfc822.rst

    r2 r391  
    1111   The :mod:`email` package should be used in preference to the :mod:`rfc822`
    1212   module.  This module is present only to maintain backward compatibility, and
    13    has been removed in 3.0.
     13   has been removed in Python 3.
    1414
    1515This module defines a class, :class:`Message`, which represents an "email
     
    4343
    4444   The optional *seekable* argument is provided as a workaround for certain stdio
    45    libraries in which :cfunc:`tell` discards buffered data before discovering that
    46    the :cfunc:`lseek` system call doesn't work.  For maximum portability, you
     45   libraries in which :c:func:`tell` discards buffered data before discovering that
     46   the :c:func:`lseek` system call doesn't work.  For maximum portability, you
    4747   should set the seekable argument to zero to prevent that initial :meth:`tell`
    4848   when passing in an unseekable object such as a file object created from a socket
Note: See TracChangeset for help on using the changeset viewer.