From: Guido van Rossum Date: Wed, 21 Apr 1999 16:19:16 +0000 (+0000) Subject: Important fix mentioned by The Dragon De Monsyne: the sendmail() X-Git-Tag: v1.6a1~1562 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6ed122a334c111bbeb0f8016fe5f9b14cd44aac9;p=thirdparty%2FPython%2Fcpython.git Important fix mentioned by The Dragon De Monsyne: the sendmail() method does _not_ disconnect the connection when it throws a SMTPHeloError! --- diff --git a/Doc/lib/libsmtplib.tex b/Doc/lib/libsmtplib.tex index 2699cc7318ea..d7f0147277e5 100644 --- a/Doc/lib/libsmtplib.tex +++ b/Doc/lib/libsmtplib.tex @@ -144,8 +144,7 @@ when at least one recipient was accepted). \item \exception{SMTPHeloError} The server didn't reply properly to -the helo greeting. The connection has -been closed. +the helo greeting. \item \exception{SMTPSenderRefused}