mirror of
https://github.com/python/cpython.git
synced 2025-09-09 18:32:22 +00:00
merge 3.3 (#20018)
This commit is contained in:
commit
fc45f173a3
1 changed files with 1 additions and 1 deletions
|
@ -1973,7 +1973,7 @@ class MozillaCookieJar(FileCookieJar):
|
||||||
magic_re = re.compile("#( Netscape)? HTTP Cookie File")
|
magic_re = re.compile("#( Netscape)? HTTP Cookie File")
|
||||||
header = """\
|
header = """\
|
||||||
# Netscape HTTP Cookie File
|
# Netscape HTTP Cookie File
|
||||||
# http://www.netscape.com/newsref/std/cookie_spec.html
|
# http://curl.haxx.se/rfc/cookie_spec.html
|
||||||
# This is a generated file! Do not edit.
|
# This is a generated file! Do not edit.
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue