Ignore:
Timestamp:
Mar 19, 2014, 11:11:30 AM (11 years ago)
Author:
dmik
Message:

python: Update vendor to 2.7.6.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/vendor/current/Lib/rfc822.py

    r2 r388  
    3535lseek() system call doesn't work.  For maximum portability, you should set the
    3636seekable argument to zero to prevent that initial \code{tell} when passing in
    37 an unseekable object such as a a file object created from a socket object.  If
     37an unseekable object such as a file object created from a socket object.  If
    3838it is 1 on entry -- which it is by default -- the tell() method of the open
    3939file object is called once; if this raises an exception, seekable is reset to
     
    213213        rules, e.g. to strip trailing whitespace, or to recognize MH template
    214214        separators ('--------').  For convenience (e.g. for code reading from
    215         sockets) a line consisting of \r\n also matches.
     215        sockets) a line consisting of \\r\\n also matches.
    216216        """
    217217        return line in _blanklines
Note: See TracChangeset for help on using the changeset viewer.