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: Address bug 980938, add set_debug_output() function
Type: Stage:
Components: Library (Lib) Versions: Python 2.4
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: greg_ball, jlgijsbers, jmlamanna
Priority: normal Keywords: patch

Created on 2004-07-03 05:55 by jmlamanna, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
smtplib.py.patch jmlamanna, 2004-07-03 05:55 Patch for bug 980938
Messages (3)
msg46303 - (view) Author: James Lamanna (jmlamanna) Date: 2004-07-03 05:55
Added a set_debug_output() function to smtp.SMTP
All debugging output had been previously going to
stdout by default. 
This allows any file to be set as the debug output.
It defaults to sys.stderr.
msg46304 - (view) Author: Gregory H. Ball (greg_ball) Date: 2004-09-09 16:46
Logged In: YES 
user_id=11365

This patch should be closed, because bug 980938 has been closed.
msg46305 - (view) Author: Johannes Gijsbers (jlgijsbers) * (Python triager) Date: 2004-09-11 15:44
Logged In: YES 
user_id=469548

Closing.
History
Date User Action Args
2022-04-11 14:56:05adminsetgithub: 40497
2004-07-03 05:55:00jmlamannacreate