[ python-Bugs-1121875 ] SMTPHandler argument misdescribed

SourceForge.net noreply at sourceforge.net
Thu Jun 2 01:26:55 CEST 2005


Bugs item #1121875, was opened at 2005-02-13 12:21
Message generated for change (Settings changed) made by akuchling
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1121875&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.3
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Peter (peter2108)
>Assigned to: A.M. Kuchling (akuchling)
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 'john at somewhere.com'.  This occurs in 2.3
and 2.4 documentation.


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

>Comment By: A.M. Kuchling (akuchling)
Date: 2005-06-01 19:26

Message:
Logged In: YES 
user_id=11375

This seems to be fixed on the current 2.4 maintenance branch, and in CVS 
HEAD.


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

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


More information about the Python-bugs-list mailing list