gac added the comment:
Thanks, I'll look into your suggestions and try to submit a further improved
patch :)
--
___
Python tracker
<http://bugs.python.org/is
gac added the comment:
Here's a second path I've done for the current/default branch, using a separate
print function for output, as recommended by Berker Peksag. I tried to add it
as a separate patch set using the code review tool but every time I did, I just
got a screen ful
gac added the comment:
Patch to add the same functionality to Python 2.7, if anyone's interested in
that also.
--
versions: +Python 2.7
Added file: http://bugs.python.org/file28686/smtplib.py.27.patch
___
Python tracker
<http://bugs.py
New submission from gac:
I had cause to use smtplib to help me pinpoint why some outgoing mail was
failing, but found that while it offered verbose logging (via debuglevel 1)
this was without timestamps, making it difficult to make my case to the server
operator that it was a server-side