[Python-checkins] r56130 - python/branches/release25-maint/Doc/lib/libsmtplib.tex

georg.brandl python-checkins at python.org
Sat Jun 30 13:01:05 CEST 2007


Author: georg.brandl
Date: Sat Jun 30 13:01:05 2007
New Revision: 56130

Modified:
   python/branches/release25-maint/Doc/lib/libsmtplib.tex
Log:
Document smtp.SMTPAuthenticationError.
 (backport from rev. 56129)

Modified: python/branches/release25-maint/Doc/lib/libsmtplib.tex
==============================================================================
--- python/branches/release25-maint/Doc/lib/libsmtplib.tex	(original)
+++ python/branches/release25-maint/Doc/lib/libsmtplib.tex	Sat Jun 30 13:01:05 2007
@@ -74,6 +74,10 @@
   The server refused our \samp{HELO} message.
 \end{excdesc}
 
+\begin{excdesc}{SMTPAuthenticationError}
+  SMTP authentication went wrong.  Most probably the server didn't accept
+  the username/password combination provided.
+\end{excdesc}
 
 \begin{seealso}
   \seerfc{821}{Simple Mail Transfer Protocol}{Protocol definition for


More information about the Python-checkins mailing list