mirror of
https://github.com/python/cpython.git
synced 2025-11-14 07:49:28 +00:00
Fix email doc update I overlooked (thanks, Éric)
This commit is contained in:
parent
650f147298
commit
8b9f0c5a10
1 changed files with 1 additions and 1 deletions
|
|
@ -27,5 +27,5 @@ for file in pngfiles:
|
||||||
|
|
||||||
# Send the email via our own SMTP server.
|
# Send the email via our own SMTP server.
|
||||||
s = smtplib.SMTP()
|
s = smtplib.SMTP()
|
||||||
s.sendmail(msg)
|
s.send_message(msg)
|
||||||
s.quit()
|
s.quit()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue