[ python-Bugs-980938 ] smtplib.SMTP prints debug stuff to stdout

SourceForge.net noreply at sourceforge.net
Sun Jun 27 20:51:36 EDT 2004


Bugs item #980938, was opened at 2004-06-27 19:51
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=980938&group_id=5470

Category: Python Library
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Skip Montanaro (montanaro)
Assigned to: Nobody/Anonymous (nobody)
Summary: smtplib.SMTP prints debug stuff to stdout

Initial Comment:
The SMTP class in smtplib.py sends its debug output to 
stdout.  This should at least be changed to stderr.  Better 
yet would be to make the destination configurable via a 
set_debug_output() method.


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

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



More information about the Python-bugs-list mailing list