Kaydet (Commit) 7ac03965 authored tarafından Neal Norwitz's avatar Neal Norwitz

Fix SF #1599879, socket.gethostname should ref getfqdn directly.

üst 10cdb749
......@@ -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}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment