This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author r.david.murray
Recipients barry, berker.peksag, docs@python, jonash, r.david.murray
Date 2013-06-10.12:48:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1370868534.85.0.877963086399.issue18179@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2013-06-10 12:48:54r.david.murraysetrecipients: + r.david.murray, barry, jonash, docs@python, berker.peksag
2013-06-10 12:48:54r.david.murraysetmessageid: <1370868534.85.0.877963086399.issue18179@psf.upfronthosting.co.za>
2013-06-10 12:48:54r.david.murraylinkissue18179 messages
2013-06-10 12:48:54r.david.murraycreate