[docs] [issue18179] SMTP.local_hostname is undocumented

Berker Peksag report at bugs.python.org
Mon Jun 10 13:47:04 CEST 2013


Berker Peksag added the comment:

The docstring of the SMTP class says:

"If specified, `local_hostname` is used as the FQDN of the local host.  By default, the local hostname is found using socket.getfqdn()."

See Lib/smtplib.py:226.

----------
nosy: +berker.peksag
versions:  -Python 2.6, Python 3.1, Python 3.2, Python 3.5

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue18179>
_______________________________________


More information about the docs mailing list