R. David Murray added the comment:

SMTP.local_hostname is probably a private attribute of the SMTP class, dating 
from before we started getting strict about having private attributes start 
with '_'.  However, I see no reason to keep it private; we might as well just 
document it, since I'm sure people are using it and there is no reason to 
expect to want to change its behavior.

----------
components: +email
nosy: +barry, r.david.murray
stage:  -> needs patch
type:  -> enhancement

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

Reply via email to