]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix the erroneous availability annotation for s.makefile() from the last
authorFred Drake <fdrake@acm.org>
Sat, 22 Dec 2001 19:09:42 +0000 (19:09 +0000)
committerFred Drake <fdrake@acm.org>
Sat, 22 Dec 2001 19:09:42 +0000 (19:09 +0000)
checkin (my fault!).

Doc/lib/libsocket.tex

index 82d073ca5a479396989e29b3c871519bdb44cd51..fcd56e23c1983fa6d7a968dab8cf1bd01dc82f36 100644 (file)
@@ -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}}