summaryrefslogtreecommitdiffstats
path: root/Lib/http
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2013-12-18 21:37:03 (GMT)
committerBenjamin Peterson <benjamin@python.org>2013-12-18 21:37:03 (GMT)
commitfc45f173a3485b024a96f6e891db08efdaf34722 (patch)
treebce6d056bd072006f8edd2ffbaa3c80187142835 /Lib/http
parent0358c20c6466c6aeac6472f05b2723ff5375a860 (diff)
parentccedc2276950c3a94468e47b40ec4c9246c65a96 (diff)
downloadcpython-fc45f173a3485b024a96f6e891db08efdaf34722.zip
cpython-fc45f173a3485b024a96f6e891db08efdaf34722.tar.gz
cpython-fc45f173a3485b024a96f6e891db08efdaf34722.tar.bz2
merge 3.3 (#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 be828eb..4dc468b 100644
--- a/Lib/http/cookiejar.py
+++ b/Lib/http/cookiejar.py
@@ -1973,7 +1973,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.
"""