From: Benjamin Peterson Date: Wed, 18 Dec 2013 21:35:18 +0000 (-0600) Subject: update url to spec (closes #20018) X-Git-Tag: v3.4.0b2~181^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ccedc2276950c3a94468e47b40ec4c9246c65a96;p=thirdparty%2FPython%2Fcpython.git update url to spec (closes #20018) --- diff --git a/Lib/http/cookiejar.py b/Lib/http/cookiejar.py index ddb79c502090..9fcd4c6f462e 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. """