Bugs item #1121875, was opened at 2005-02-13 17:21
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1121875&group_id=5470

Category: Documentation
Group: Python 2.3
Status: Open
Resolution: None
Priority: 5
Submitted By: Peter (peter2108)
Assigned to: Nobody/Anonymous (nobody)
Summary: SMTPHandler argument misdescribed

Initial Comment:
The documentation for SMTPHandler in the logging module
says "The toaddrs should be a list of  strings without
domain names (That's what the mailhost is for)." which
does 
not seem to be correct. The toaddr should be a list of
strings like '[EMAIL PROTECTED]'.  This occurs in 2.3
and 2.4 documentation.


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

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1121875&group_id=5470
_______________________________________________
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to