]> granicus.if.org Git - python/commit
Patch #1100140: improved smtp connect debugging
authorJohannes Gijsbers <jlg@dds.nl>
Sun, 16 Jan 2005 13:04:30 +0000 (13:04 +0000)
committerJohannes Gijsbers <jlg@dds.nl>
Sun, 16 Jan 2005 13:04:30 +0000 (13:04 +0000)
commit5954623bc052ab17799a6b3ffcaaec8d99d977f5
treefc46af23c0499b8b4c716e982daa38f9823a80e7
parentfe33d0ba87f5468b50f939724b303969711f3be5
Patch #1100140: improved smtp connect debugging

Don't print the same (host, port) tuple thrice when debugging, but first print
(host, port), then (ip, port) and then the error message.
Lib/smtplib.py