diff options
author | Benjamin Peterson <benjamin@python.org> | 2013-12-18 15:37:03 -0600 |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2013-12-18 15:37:03 -0600 |
commit | fc45f173a3485b024a96f6e891db08efdaf34722 (patch) | |
tree | bce6d056bd072006f8edd2ffbaa3c80187142835 | |
parent | 0358c20c6466c6aeac6472f05b2723ff5375a860 (diff) | |
parent | ccedc2276950c3a94468e47b40ec4c9246c65a96 (diff) | |
download | cpython-git-fc45f173a3485b024a96f6e891db08efdaf34722.tar.gz |
merge 3.3 (#20018)
-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 be828eba69..4dc468bacc 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. """ |