Author cito
Recipients
Date 2007-04-05.12:48:48
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
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
History
Date User Action Args
2007-08-23 14:52:56adminlinkissue1694950 messages
2007-08-23 14:52:56admincreate