]> granicus.if.org Git - python/commitdiff
Don’t interpret backslashes in ASCII diagram in a docstring
authorÉric Araujo <merwok@netwok.org>
Mon, 7 Nov 2011 16:52:48 +0000 (17:52 +0100)
committerÉric Araujo <merwok@netwok.org>
Mon, 7 Nov 2011 16:52:48 +0000 (17:52 +0100)
Lib/http/cookiejar.py

index 97383d603e69677a80079ace91b0c3fd3d3b77d7..a516d735b8a774c2cde5ac3fe85758d347fc4539 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.