Commit 301b1cd1 authored by Martin v. Löwis's avatar Martin v. Löwis

Patch #586999: Fix multiline string in sendmail example.

parent 88fe4ff5
...@@ -641,7 +641,7 @@ class SMTP: ...@@ -641,7 +641,7 @@ class SMTP:
>>> import smtplib >>> import smtplib
>>> s=smtplib.SMTP("localhost") >>> s=smtplib.SMTP("localhost")
>>> tolist=["one@one.org","two@two.org","three@three.org","four@four.org"] >>> tolist=["one@one.org","two@two.org","three@three.org","four@four.org"]
>>> msg = ''' >>> msg = '''\\
... From: Me@my.org ... From: Me@my.org
... Subject: testin'... ... Subject: testin'...
... ...
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment