From 437c4ae5b7fceb0e806a433b3fce8157ef67d291 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Wed, 18 Dec 2013 15:36:34 -0600 Subject: [PATCH] update url to spec (closes #20018) --- Lib/_MozillaCookieJar.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/_MozillaCookieJar.py b/Lib/_MozillaCookieJar.py index 00e8bcf981..585bc179ee 100644 --- a/Lib/_MozillaCookieJar.py +++ b/Lib/_MozillaCookieJar.py @@ -39,7 +39,7 @@ class MozillaCookieJar(FileCookieJar): magic_re = "#( 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. """ -- 2.50.1