[Python-checkins] python/dist/src/Doc/lib liblogging.tex,1.34,1.35

vsajip at users.sourceforge.net vsajip at users.sourceforge.net
Fri Feb 18 12:50:13 CET 2005


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27496/lib

Modified Files:
	liblogging.tex 
Log Message:
Fixed documentation for SMTPHandler

Index: liblogging.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/liblogging.tex,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -d -r1.34 -r1.35
--- liblogging.tex	2 Dec 2004 21:27:42 -0000	1.34
+++ liblogging.tex	18 Feb 2005 11:50:11 -0000	1.35
@@ -1133,8 +1133,7 @@
 \begin{classdesc}{SMTPHandler}{mailhost, fromaddr, toaddrs, subject}
 Returns a new instance of the \class{SMTPHandler} class. The
 instance is initialized with the from and to addresses and subject
-line of the email. The \var{toaddrs} should be a list of strings without
-domain names (That's what the \var{mailhost} is for). To specify a
+line of the email. The \var{toaddrs} should be a list of strings. To specify a
 non-standard SMTP port, use the (host, port) tuple format for the
 \var{mailhost} argument. If you use a string, the standard SMTP port
 is used.



More information about the Python-checkins mailing list