From: Fred Drake Date: Sat, 22 Dec 2001 19:09:42 +0000 (+0000) Subject: Fix the erroneous availability annotation for s.makefile() from the last X-Git-Tag: v2.1.2c1~32 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3a9bc5b0a3371bf9e839333040c95f7b328be81f;p=thirdparty%2FPython%2Fcpython.git Fix the erroneous availability annotation for s.makefile() from the last checkin (my fault!). --- diff --git a/Doc/lib/libsocket.tex b/Doc/lib/libsocket.tex index 82d073ca5a47..fcd56e23c198 100644 --- a/Doc/lib/libsocket.tex +++ b/Doc/lib/libsocket.tex @@ -347,7 +347,6 @@ closed or garbage-collected independently. and \var{bufsize} arguments are interpreted the same way as by the built-in \function{open()} function; see ``Built-in Functions'' (section \ref{built-in-funcs}) for more information. -Availability: \UNIX. \end{methoddesc} \begin{methoddesc}[socket]{recv}{bufsize\optional{, flags}}