summaryrefslogtreecommitdiffstats
path: root/Lib/http
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2013-12-18 21:35:18 (GMT)
committerBenjamin Peterson <benjamin@python.org>2013-12-18 21:35:18 (GMT)
commitccedc2276950c3a94468e47b40ec4c9246c65a96 (patch)
tree3fdac9196249e2c564767192d948a04f29d96251 /Lib/http
parentb1792d9503eae44fbb17d54fac764626a60e03a4 (diff)
downloadcpython-ccedc2276950c3a94468e47b40ec4c9246c65a96.zip
cpython-ccedc2276950c3a94468e47b40ec4c9246c65a96.tar.gz
cpython-ccedc2276950c3a94468e47b40ec4c9246c65a96.tar.bz2
update url to spec (closes #20018)
Diffstat (limited to 'Lib/http')
-rw-r--r--Lib/http/cookiejar.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/http/cookiejar.py b/Lib/http/cookiejar.py
index ddb79c5..9fcd4c6 100644
--- a/Lib/http/cookiejar.py
+++ b/Lib/http/cookiejar.py
@@ -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.
"""