changeset: 79085:1830426da082 parent: 79082:637634679bcd parent: 79084:e582ad1aee62 user: Ezio Melotti date: Fri Sep 21 16:31:24 2012 +0300 files: Lib/http/cookiejar.py description: #15980: merge with 3.2. diff -r 637634679bcd -r 1830426da082 Lib/http/cookiejar.py --- a/Lib/http/cookiejar.py Fri Sep 21 14:00:47 2012 +0200 +++ b/Lib/http/cookiejar.py Fri Sep 21 16:31:24 2012 +0300 @@ -1825,7 +1825,7 @@ class LWPCookieJar(FileCookieJar): """ - The LWPCookieJar saves a sequence of"Set-Cookie3" lines. + The LWPCookieJar saves a sequence of "Set-Cookie3" lines. "Set-Cookie3" is the format used by the libwww-perl libary, not known to be compatible with any browser, but which is easy to read and doesn't lose information about RFC 2965 cookies. @@ -1837,7 +1837,7 @@ """ def as_lwp_str(self, ignore_discard=True, ignore_expires=True): - """Return cookies as a string of "\n"-separated "Set-Cookie3" headers. + """Return cookies as a string of "\\n"-separated "Set-Cookie3" headers. ignore_discard and ignore_expires: see docstring for FileCookieJar.save

AltStyle によって変換されたページ (->オリジナル) /