diff options
author | Fred Drake <fdrake@acm.org> | 2000-09-06 02:22:16 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2000-09-06 02:22:16 (GMT) |
commit | 8b2e8f846c98c612d17f7b80be7a1aca05b386ad (patch) | |
tree | edaba2495638a67e7bbc5d0906773f1dcb016cb4 /Doc | |
parent | 5fad268ffc761e6b4b470733e15dc0209d9fb172 (diff) | |
download | cpython-8b2e8f846c98c612d17f7b80be7a1aca05b386ad.zip cpython-8b2e8f846c98c612d17f7b80be7a1aca05b386ad.tar.gz cpython-8b2e8f846c98c612d17f7b80be7a1aca05b386ad.tar.bz2 |
Added a \versionadded statement to the getfqdn() description.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/libsocket.tex | 1 |
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} |