Issue 980938: smtplib.SMTP prints debug stuff to stdout (original) (raw)

Issue980938

Created on 2004-06-28 00:51 by skip.montanaro, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg21341 - (view) Author: Skip Montanaro (skip.montanaro) * (Python triager) Date: 2004-06-28 00:51
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.
msg21342 - (view) Author: Brett Cannon (brett.cannon) * (Python committer) Date: 2004-07-10 23:15
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.
History
Date User Action Args
2022-04-11 14:56:05 admin set github: 40471
2004-06-28 00:51:36 skip.montanaro create