From: Dave Cole Date: Mon, 9 Aug 2004 05:59:09 +0000 (+0000) Subject: Ooops - for some reason I had the wrong versionadded... X-Git-Tag: v2.4a3~308 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9dc19c2515637344bf871870114669252bd72773;p=thirdparty%2FPython%2Fcpython.git Ooops - for some reason I had the wrong versionadded... --- diff --git a/Doc/lib/libsocket.tex b/Doc/lib/libsocket.tex index 06d264550669..73590b4ce20f 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}}