diff options
author | Benjamin Peterson <benjamin@python.org> | 2013-12-18 21:37:03 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2013-12-18 21:37:03 (GMT) |
commit | fc45f173a3485b024a96f6e891db08efdaf34722 (patch) | |
tree | bce6d056bd072006f8edd2ffbaa3c80187142835 /Lib/http | |
parent | 0358c20c6466c6aeac6472f05b2723ff5375a860 (diff) | |
parent | ccedc2276950c3a94468e47b40ec4c9246c65a96 (diff) | |
download | cpython-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.py | 2 |
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. """ |