summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libsocket.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2000-09-06 02:22:16 (GMT)
committerFred Drake <fdrake@acm.org>2000-09-06 02:22:16 (GMT)
commit8b2e8f846c98c612d17f7b80be7a1aca05b386ad (patch)
treeedaba2495638a67e7bbc5d0906773f1dcb016cb4 /Doc/lib/libsocket.tex
parent5fad268ffc761e6b4b470733e15dc0209d9fb172 (diff)
downloadcpython-8b2e8f846c98c612d17f7b80be7a1aca05b386ad.zip
cpython-8b2e8f846c98c612d17f7b80be7a1aca05b386ad.tar.gz
cpython-8b2e8f846c98c612d17f7b80be7a1aca05b386ad.tar.bz2
Added a \versionadded statement to the getfqdn() description.
Diffstat (limited to 'Doc/lib/libsocket.tex')
-rw-r--r--Doc/lib/libsocket.tex1
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/lib/libsocket.tex b/Doc/lib/libsocket.tex
index 0b9b789..f0b7f8b 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}