mirror of https://github.com/python/cpython
Fix email doc update I overlooked (thanks, Éric)
This commit is contained in:
parent
650f147298
commit
8b9f0c5a10
|
@ -27,5 +27,5 @@ for file in pngfiles:
|
|||
|
||||
# Send the email via our own SMTP server.
|
||||
s = smtplib.SMTP()
|
||||
s.sendmail(msg)
|
||||
s.send_message(msg)
|
||||
s.quit()
|
||||
|
|
Loading…
Reference in New Issue