Issue 1694950: Bad documentation of SMTPException (original) (raw)

Issue1694950

Created on 2007-04-05 12:48 by cito, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg31707 - (view) Author: Christoph Zwerschke (cito) * Date: 2007-04-05 12:48
The documentation of the SMTP object http://docs.python.org/lib/SMTP-objects.html lists "SMTPError" as a possible exception. It should be "SMTPException" instead of "SMTPError". Also, the "SMTPAuthenticationError" needs to be listed on the first page of the smtlib documentation http://docs.python.org/lib/module-smtplib.html
msg31708 - (view) Author: George Yoshida (quiver) (Python committer) Date: 2007-07-10 01:55
> "SMTPException" instead of "SMTPError". This one was fixed in r53370. > the "SMTPAuthenticationError" needs to be listed This one was fixed in r56129. You can check them in development version documentation. http://docs.python.org/dev/lib/module-smtplib.html
History
Date User Action Args
2022-04-11 14:56:23 admin set github: 44806
2007-04-05 12:48:48 cito create