This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: SMTPHandler argument misdescribed
Type: Stage:
Components: Documentation Versions: Python 2.3
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: akuchling Nosy List: akuchling, peter2108
Priority: normal Keywords:

Created on 2005-02-13 17:21 by peter2108, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg24295 - (view) Author: Peter (peter2108) Date: 2005-02-13 17:21
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@somewhere.com'.  This occurs in 2.3
and 2.4 documentation.
msg24296 - (view) Author: A.M. Kuchling (akuchling) * (Python committer) Date: 2005-06-01 23:26
Logged In: YES 
user_id=11375

This seems to be fixed on the current 2.4 maintenance branch, and in CVS 
HEAD.
History
Date User Action Args
2022-04-11 14:56:09adminsetgithub: 41574
2005-02-13 17:21:40peter2108create