[ python-Bugs-980938 ] smtplib.SMTP prints debug stuff to stdout
SourceForge.net
noreply at sourceforge.net
Sun Jul 11 01:15:19 CEST 2004
Bugs item #980938, was opened at 2004-06-27 17:51
Message generated for change (Comment added) made by bcannon
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=980938&group_id=5470
Category: Python Library
Group: None
>Status: Closed
>Resolution: Fixed
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.
----------------------------------------------------------------------
>Comment By: Brett Cannon (bcannon)
Date: 2004-07-10 16:15
Message:
Logged In: YES
user_id=357491
Fixed in rev. 1.65 in CVS. Not backporting since some one some where
might actually depend on it going to stdout.
----------------------------------------------------------------------
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