Issue 6051: smtplib docs should link to email module examples (original) (raw)

Issue6051

Created on 2009-05-18 09:13 by guettli, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg88020 - (view) Author: Thomas Guettler (guettli) * Date: 2009-05-18 09:13
On "smtplib example": http://docs.python.org/library/smtplib.html#smtp-example should be a link to: http://docs.python.org/library/email-examples.html I think the smtplib example is bad, since the email gets created with a string. That's not solid. Using the email module is better.
msg88129 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2009-05-20 18:35
Added a note and a reference in r72802.
History
Date User Action Args
2022-04-11 14:56:49 admin set github: 50301
2009-05-20 18:35:41 georg.brandl set status: open -> closedresolution: fixedmessages: +
2009-05-18 09:13:50 guettli create