classification
Title: Bad documentation of SMTPException
Type: Stage:
Components: Documentation Versions: Python 2.5
process
Status: closed Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: cito, quiver (2)
Priority: low Keywords:

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:48citocreate