Changeset 391 for python/trunk/Lib/_LWPCookieJar.py
- Timestamp:
- Mar 19, 2014, 11:31:01 PM (11 years ago)
- Location:
- python/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
python/trunk
-
Property svn:mergeinfo
set to
/python/vendor/Python-2.7.6 merged eligible /python/vendor/current merged eligible
-
Property svn:mergeinfo
set to
-
python/trunk/Lib/_LWPCookieJar.py
r2 r391 49 49 class LWPCookieJar(FileCookieJar): 50 50 """ 51 The LWPCookieJar saves a sequence of "Set-Cookie3" lines.51 The LWPCookieJar saves a sequence of "Set-Cookie3" lines. 52 52 "Set-Cookie3" is the format used by the libwww-perl libary, not known 53 53 to be compatible with any browser, but which is easy to read and … … 61 61 62 62 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. 64 64 65 65 ignore_discard and ignore_expires: see docstring for FileCookieJar.save
Note:
See TracChangeset
for help on using the changeset viewer.