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: smtplib.SMTP prints debug stuff to stdout
Type: Stage:
Components: Library (Lib) Versions:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: brett.cannon, skip.montanaro
Priority: normal Keywords:

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:05adminsetgithub: 40471
2004-06-28 00:51:36skip.montanarocreate