[ python-Bugs-1694950 ] Bad documentation of SMTPException

SourceForge.net noreply at sourceforge.net
Tue Jul 10 03:55:28 CEST 2007


Bugs item #1694950, was opened at 2007-04-05 21:48
Message generated for change (Comment added) made by quiver
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1694950&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Documentation
Group: Python 2.5
>Status: Closed
Resolution: None
Priority: 2
Private: No
Submitted By: Christoph Zwerschke (cito)
Assigned to: Nobody/Anonymous (nobody)
Summary: Bad documentation of SMTPException

Initial Comment:
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

----------------------------------------------------------------------

>Comment By: George Yoshida (quiver)
Date: 2007-07-10 10:55

Message:
Logged In: YES 
user_id=671362
Originator: NO

> "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

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1694950&group_id=5470


More information about the Python-bugs-list mailing list