R. David Murray <rdmur...@bitdance.com> added the comment:

The call to connect() is not required in the first example, since the hostname 
is passed to the constructor in that case.  Since these examples are about the 
email package rather than smtplib, I preferred to change the other examples to 
pass localhost to the constructor as well, rather than call connect with no 
arguments after a no argument call to the constructor.

----------
resolution:  -> fixed
stage: patch review -> committed/rejected
status: open -> closed
type:  -> behavior

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue11883>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to