diff options
author | Éric Araujo <merwok@netwok.org> | 2011-11-07 17:11:27 (GMT) |
---|---|---|
committer | Éric Araujo <merwok@netwok.org> | 2011-11-07 17:11:27 (GMT) |
commit | 1cdbf57c7cabaa0451cfcf04583f31c9a7eab38d (patch) | |
tree | f6814d674d2956144b9d044c837d50bace9f37e8 /Lib | |
parent | b1c6f59d7100aa34a1ea39eb828f392fa0988ea6 (diff) | |
parent | 23760e97edadb33b9b49094d55ded1ffd51a4a81 (diff) | |
download | cpython-1cdbf57c7cabaa0451cfcf04583f31c9a7eab38d.zip cpython-1cdbf57c7cabaa0451cfcf04583f31c9a7eab38d.tar.gz cpython-1cdbf57c7cabaa0451cfcf04583f31c9a7eab38d.tar.bz2 |
Merge 3.2
Diffstat (limited to 'Lib')
-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 97383d6..a516d73 100644 --- a/Lib/http/cookiejar.py +++ b/Lib/http/cookiejar.py @@ -1,4 +1,4 @@ -"""HTTP cookie handling for web clients. +r"""HTTP cookie handling for web clients. This module has (now fairly distant) origins in Gisle Aas' Perl module HTTP::Cookies, from the libwww-perl library. |