commit | fc45f173a3485b024a96f6e891db08efdaf34722 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Wed Dec 18 15:37:03 2013 -0600 |
committer | Benjamin Peterson <benjamin@python.org> | Wed Dec 18 15:37:03 2013 -0600 |
tree | bce6d056bd072006f8edd2ffbaa3c80187142835 | |
parent | 0358c20c6466c6aeac6472f05b2723ff5375a860 [diff] | |
parent | ccedc2276950c3a94468e47b40ec4c9246c65a96 [diff] |
merge 3.3 (#20018)
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 @@ 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. """