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/Lib/_LWPCookieJar.py

    r2 r391  
    4949class LWPCookieJar(FileCookieJar):
    5050    """
    51     The LWPCookieJar saves a sequence of"Set-Cookie3" lines.
     51    The LWPCookieJar saves a sequence of "Set-Cookie3" lines.
    5252    "Set-Cookie3" is the format used by the libwww-perl libary, not known
    5353    to be compatible with any browser, but which is easy to read and
     
    6161
    6262    def as_lwp_str(self, ignore_discard=True, ignore_expires=True):
    63         """Return cookies as a string of "\n"-separated "Set-Cookie3" headers.
     63        """Return cookies as a string of "\\n"-separated "Set-Cookie3" headers.
    6464
    6565        ignore_discard and ignore_expires: see docstring for FileCookieJar.save
Note: See TracChangeset for help on using the changeset viewer.