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 eric.smith
Recipients eric.smith, leonn, ncoghlan, pitrou, pmoody
Date 2014-02-02.15:51:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1391356318.76.0.372941677235.issue20480@psf.upfronthosting.co.za>
In-reply-to
Content
I concede the point on the trailing dot.

The reason we used to always use it is that it prevented the local resolver from first trying to append the host's default domain name (as, for example, defined in /etc/resolv.conf as "search"). I have no idea if resolvers still do that. Some quick research shows that that's probably not their behavior any more, at least if the domain name contains at least one dot.
History
Date User Action Args
2014-02-02 15:51:58eric.smithsetrecipients: + eric.smith, ncoghlan, pitrou, pmoody, leonn
2014-02-02 15:51:58eric.smithsetmessageid: <1391356318.76.0.372941677235.issue20480@psf.upfronthosting.co.za>
2014-02-02 15:51:58eric.smithlinkissue20480 messages
2014-02-02 15:51:58eric.smithcreate