]> granicus.if.org Git - python/commitdiff
Use raw strings for docstrings with backslashes in ASCII diagrams
authorÉric Araujo <merwok@netwok.org>
Sun, 26 Feb 2012 00:33:22 +0000 (01:33 +0100)
committerÉric Araujo <merwok@netwok.org>
Sun, 26 Feb 2012 00:33:22 +0000 (01:33 +0100)
Lib/cookielib.py
Lib/httplib.py

index 65214df30d1cf95fff95a4931340edfb21954f62..f9c8d2f84bd87d0f4383a3792d4ec0bee05ec850 100644 (file)
@@ -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.
index 19bcd1b41bb00b2b557658a5265e4b34fbfc29ff..13629c4a965a27679e88467848450fda9fe91279 100644 (file)
@@ -1,4 +1,4 @@
-"""HTTP/1.1 client library
+r"""HTTP/1.1 client library
 
 <intro stuff goes here>
 <other stuff, too>