From: Fred Drake Date: Wed, 6 Sep 2000 02:22:16 +0000 (+0000) Subject: Added a \versionadded statement to the getfqdn() description. X-Git-Tag: v2.0b2~448 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8b2e8f846c98c612d17f7b80be7a1aca05b386ad;p=thirdparty%2FPython%2Fcpython.git Added a \versionadded statement to the getfqdn() description. --- diff --git a/Doc/lib/libsocket.tex b/Doc/lib/libsocket.tex index 0b9b789e8ec4..f0b7f8b5c22d 100644 --- a/Doc/lib/libsocket.tex +++ b/Doc/lib/libsocket.tex @@ -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}