From: Neal Norwitz Date: Tue, 21 Nov 2006 06:25:09 +0000 (+0000) Subject: Fix SF #1599879, socket.gethostname should ref getfqdn directly. X-Git-Tag: v2.5.1c1~240 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6a3955e99d14b8e4b79d0dd1addae281e5e75318;p=python Fix SF #1599879, socket.gethostname should ref getfqdn directly. --- diff --git a/Doc/lib/libsocket.tex b/Doc/lib/libsocket.tex index ececea4b2c..f510fd40c0 100644 --- a/Doc/lib/libsocket.tex +++ b/Doc/lib/libsocket.tex @@ -241,8 +241,8 @@ If you want to know the current machine's IP address, you may want to use This operation assumes that there is a valid address-to-host mapping for the host, and the assumption does not always hold. Note: \function{gethostname()} doesn't always return the fully qualified -domain name; use \code{gethostbyaddr(gethostname())} -(see below). +domain name; use \code{getfqdn()} +(see above). \end{funcdesc} \begin{funcdesc}{gethostbyaddr}{ip_address}