diff options
author | Dave Cole <djc@object-craft.com.au> | 2004-08-09 05:59:09 (GMT) |
---|---|---|
committer | Dave Cole <djc@object-craft.com.au> | 2004-08-09 05:59:09 (GMT) |
commit | 9dc19c2515637344bf871870114669252bd72773 (patch) | |
tree | 0dac5c816a093b3a30b23e12110482f40e184e0d | |
parent | 331708b226db74e745ef9972f9d4177348e4399d (diff) | |
download | cpython-9dc19c2515637344bf871870114669252bd72773.zip cpython-9dc19c2515637344bf871870114669252bd72773.tar.gz cpython-9dc19c2515637344bf871870114669252bd72773.tar.bz2 |
Ooops - for some reason I had the wrong versionadded...
-rw-r--r-- | Doc/lib/libsocket.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libsocket.tex b/Doc/lib/libsocket.tex index 06d2645..73590b4 100644 --- a/Doc/lib/libsocket.tex +++ b/Doc/lib/libsocket.tex @@ -308,7 +308,7 @@ Build a pair of connected socket objects using the given address family, socket type and protocol number. Address family, socket type and protocol number are as for the \function{socket()} function above. Availability: \UNIX. -\versionadded{2.3} +\versionadded{2.4} \end{funcdesc} \begin{funcdesc}{fromfd}{fd, family, type\optional{, proto}} |