From 23760e97edadb33b9b49094d55ded1ffd51a4a81 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=89ric=20Araujo?= Date: Mon, 7 Nov 2011 17:52:48 +0100 Subject: [PATCH] =?utf8?q?Don=E2=80=99t=20interpret=20backslashes=20in=20A?= =?utf8?q?SCII=20diagram=20in=20a=20docstring?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- Lib/http/cookiejar.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.49.0