From: Hye-Shik Chang Date: Wed, 7 Sep 2005 07:40:05 +0000 (+0000) Subject: Quote docstring with r"" to keep '\r\n' in example code. X-Git-Tag: v2.5a0~1400 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e029da0aca41d7ee7f225eb0beedb8acdb0fef75;p=thirdparty%2FPython%2Fcpython.git Quote docstring with r"" to keep '\r\n' in example code. --- diff --git a/Lib/telnetlib.py b/Lib/telnetlib.py index f073050b8174..8a2513b4ef49 100644 --- a/Lib/telnetlib.py +++ b/Lib/telnetlib.py @@ -1,4 +1,4 @@ -"""TELNET client class. +r"""TELNET client class. Based on RFC 854: TELNET Protocol Specification, by J. Postel and J. Reynolds