]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
update url to spec (closes #20018)
authorBenjamin Peterson <benjamin@python.org>
Wed, 18 Dec 2013 21:35:18 +0000 (15:35 -0600)
committerBenjamin Peterson <benjamin@python.org>
Wed, 18 Dec 2013 21:35:18 +0000 (15:35 -0600)
Lib/http/cookiejar.py

index ddb79c5020900313ca8652319a190b1e77f205b5..9fcd4c6f462e47f869f7cf67d496da38d7faf527 100644 (file)
@@ -1981,7 +1981,7 @@ class MozillaCookieJar(FileCookieJar):
     magic_re = re.compile("#( Netscape)? HTTP Cookie File")
     header = """\
 # 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.
 
 """