diff options
author | Éric Araujo <merwok@netwok.org> | 2011-11-07 17:52:48 +0100 |
---|---|---|
committer | Éric Araujo <merwok@netwok.org> | 2011-11-07 17:52:48 +0100 |
commit | 23760e97edadb33b9b49094d55ded1ffd51a4a81 (patch) | |
tree | ec484145126218e4dffbb19001c0ceb2024daacc | |
parent | 06c42a3fcab04420dc2c089bd7712bca99cf6be6 (diff) | |
download | cpython-git-23760e97edadb33b9b49094d55ded1ffd51a4a81.tar.gz |
Don’t interpret backslashes in ASCII diagram in a docstring
-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 97383d603e..a516d735b8 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. |