Skip to content

Commit 8b15ee0

Browse files
committed
python#15980: merge with 3.2.
2 parents 7d5a8d7 + 0847db7 commit 8b15ee0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Lib/http/cookiejar.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1825,7 +1825,7 @@ def lwp_cookie_str(cookie):
18251825

18261826
class LWPCookieJar(FileCookieJar):
18271827
"""
1828-
The LWPCookieJar saves a sequence of"Set-Cookie3" lines.
1828+
The LWPCookieJar saves a sequence of "Set-Cookie3" lines.
18291829
"Set-Cookie3" is the format used by the libwww-perl libary, not known
18301830
to be compatible with any browser, but which is easy to read and
18311831
doesn't lose information about RFC 2965 cookies.
@@ -1837,7 +1837,7 @@ class LWPCookieJar(FileCookieJar):
18371837
"""
18381838

18391839
def as_lwp_str(self, ignore_discard=True, ignore_expires=True):
1840-
"""Return cookies as a string of "\n"-separated "Set-Cookie3" headers.
1840+
"""Return cookies as a string of "\\n"-separated "Set-Cookie3" headers.
18411841
18421842
ignore_discard and ignore_expires: see docstring for FileCookieJar.save
18431843

0 commit comments

Comments
 (0)