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.

Author skip.montanaro
Recipients
Date 2004-06-28.00:51:36
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
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.
History
Date User Action Args
2007-08-23 14:23:02adminlinkissue980938 messages
2007-08-23 14:23:02admincreate