[Python-checkins] cpython (2.7): update url to spec (closes #20018)

benjamin.peterson python-checkins at python.org
Wed Dec 18 22:37:21 CET 2013


http://hg.python.org/cpython/rev/c0dc1400866a
changeset:   88049:c0dc1400866a
branch:      2.7
parent:      88045:0e7c4203bd79
user:        Benjamin Peterson <benjamin at python.org>
date:        Wed Dec 18 15:36:34 2013 -0600
summary:
  update url to spec (closes #20018)

files:
  Lib/_MozillaCookieJar.py |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Lib/_MozillaCookieJar.py b/Lib/_MozillaCookieJar.py
--- a/Lib/_MozillaCookieJar.py
+++ b/Lib/_MozillaCookieJar.py
@@ -39,7 +39,7 @@
     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.
 
 """

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list