diff options
author | Éric Araujo <merwok@netwok.org> | 2012-02-26 00:33:22 (GMT) |
---|---|---|
committer | Éric Araujo <merwok@netwok.org> | 2012-02-26 00:33:22 (GMT) |
commit | 06efea3392e54b50f66e790735837e092585350f (patch) | |
tree | 0b0968d2fd2f0ccb7e7dc20bad1f3b4bc1ebda2a /Lib/cookielib.py | |
parent | d4e714c74623678a353134f6acf79cd2ce8693e6 (diff) | |
download | cpython-06efea3392e54b50f66e790735837e092585350f.zip cpython-06efea3392e54b50f66e790735837e092585350f.tar.gz cpython-06efea3392e54b50f66e790735837e092585350f.tar.bz2 |
Use raw strings for docstrings with backslashes in ASCII diagrams
Diffstat (limited to 'Lib/cookielib.py')
-rw-r--r-- | Lib/cookielib.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/cookielib.py b/Lib/cookielib.py index 65214df..f9c8d2f 100644 --- a/Lib/cookielib.py +++ b/Lib/cookielib.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. |