summaryrefslogtreecommitdiffstats
path: root/Lib/http
diff options
context:
space:
mode:
authorÉric Araujo <merwok@netwok.org>2011-11-07 16:52:48 (GMT)
committerÉric Araujo <merwok@netwok.org>2011-11-07 16:52:48 (GMT)
commit23760e97edadb33b9b49094d55ded1ffd51a4a81 (patch)
treeec484145126218e4dffbb19001c0ceb2024daacc /Lib/http
parent06c42a3fcab04420dc2c089bd7712bca99cf6be6 (diff)
downloadcpython-23760e97edadb33b9b49094d55ded1ffd51a4a81.zip
cpython-23760e97edadb33b9b49094d55ded1ffd51a4a81.tar.gz
cpython-23760e97edadb33b9b49094d55ded1ffd51a4a81.tar.bz2
Don’t interpret backslashes in ASCII diagram in a docstring
Diffstat (limited to 'Lib/http')
-rw-r--r--Lib/http/cookiejar.py2
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.