[Python-checkins] cpython (3.2): escape '\'; thanks to Steve Holden from docs@

sandro.tosi python-checkins at python.org
Sun Aug 12 15:35:57 CEST 2012


http://hg.python.org/cpython/rev/5617c4a0c035
changeset:   78529:5617c4a0c035
branch:      3.2
parent:      78526:e87fb826c092
user:        Sandro Tosi <sandro.tosi at gmail.com>
date:        Sun Aug 12 15:35:25 2012 +0200
summary:
  escape '\'; thanks to Steve Holden from docs@

files:
  Doc/library/smtpd.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/library/smtpd.rst b/Doc/library/smtpd.rst
--- a/Doc/library/smtpd.rst
+++ b/Doc/library/smtpd.rst
@@ -109,7 +109,7 @@
    .. attribute:: received_lines
 
       Holds a list of the line strings (decoded using UTF-8) received from
-      the client. The lines have their "\r\n" line ending translated to "\n".
+      the client. The lines have their "\\r\\n" line ending translated to "\\n".
 
    .. attribute:: smtp_state
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list