Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ccedc22

Browse files
committed
update url to spec (closes #20018)
1 parent b1792d9 commit ccedc22

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/http/cookiejar.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1981,7 +1981,7 @@ class MozillaCookieJar(FileCookieJar):
19811981
magic_re = re.compile("#( Netscape)? HTTP Cookie File")
19821982
header = """\
19831983
# Netscape HTTP Cookie File
1984-
# http://www.netscape.com/newsref/std/cookie_spec.html
1984+
# http://curl.haxx.se/rfc/cookie_spec.html
19851985
# This is a generated file! Do not edit.
19861986
19871987
"""

0 commit comments

Comments
 (0)