Added a \versionadded statement to the getfqdn() description.

This commit is contained in:
Fred Drake 2000-09-06 02:22:16 +00:00
parent 5fad268ffc
commit 8b2e8f846c
1 changed files with 1 additions and 0 deletions

View File

@ -109,6 +109,7 @@ host. To find the fully qualified name, the hostname returned by
available. The first name which includes a period is selected. In
case no fully qualified domain name is available, the hostname is
returned.
\versionadded{2.0}
\end{funcdesc}
\begin{funcdesc}{gethostbyname}{hostname}