]> granicus.if.org Git - python/commitdiff
Added a \versionadded statement to the getfqdn() description.
authorFred Drake <fdrake@acm.org>
Wed, 6 Sep 2000 02:22:16 +0000 (02:22 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 6 Sep 2000 02:22:16 +0000 (02:22 +0000)
Doc/lib/libsocket.tex

index 0b9b789e8ec44a352cfefad92eeffe77cf0e4749..f0b7f8b5c22da588b6b2d94b1454533e76d88b16 100644 (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}