http://hg.python.org/cpython/rev/656a40666937 changeset: 88048:656a40666937 branch: 3.3 parent: 88046:7c53d5511b0d user: Benjamin Peterson <benjamin at python.org> date: Wed Dec 18 15:35:18 2013 -0600 summary: update url to spec (closes #20018) files: Lib/http/cookiejar.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Lib/http/cookiejar.py b/Lib/http/cookiejar.py --- a/Lib/http/cookiejar.py +++ b/Lib/http/cookiejar.py @@ -1981,7 +1981,7 @@ 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. """ -- Repository URL: http://hg.python.org/cpython