Issue1694950
Created on 2007-04-05 12:48 by cito, last changed 2007-07-10 01:55 by quiver.
| 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) | 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 |
| 2007-04-05 12:48:48 | cito | create | |