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: improved smtp connect debugging
Type: Stage:
Components: Library (Lib) Versions:
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: Nosy List: calvin, jlgijsbers
Priority: normal Keywords: patch

Created on 2005-01-11 13:18 by calvin, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
smtpdebug.diff calvin, 2005-01-11 13:18
Messages (2)
msg47504 - (view) Author: Bastian Kleineidam (calvin) Date: 2005-01-11 13:18
The current SMTP debug code prints three times the same
tuple (host, port). I changed the second and third one
to print the IP address and error msg.
Attached is a diff against current CVS.
msg47505 - (view) Author: Johannes Gijsbers (jlgijsbers) * (Python triager) Date: 2005-01-16 13:04
Logged In: YES 
user_id=469548

Checked in on HEAD. Thanks for the patch!
History
Date User Action Args
2022-04-11 14:56:09adminsetgithub: 41421
2005-01-11 13:18:34calvincreate