mirror of
https://github.com/python/cpython.git
synced 2025-09-27 10:50:04 +00:00
Patch #586999: Fix multiline string in sendmail example.
This commit is contained in:
parent
88fe4ff5a9
commit
301b1cd107
1 changed files with 1 additions and 1 deletions
|
@ -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'...
|
||||||
...
|
...
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue