summaryrefslogtreecommitdiffstats
path: root/Doc/libsocket.tex
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1994-01-03 14:07:23 (GMT)
committerGuido van Rossum <guido@python.org>1994-01-03 14:07:23 (GMT)
commit4290161d2dccf362002561a8404760617eccd80f (patch)
treee4306e04f60926490527cdf9db2458e130a423b4 /Doc/libsocket.tex
parent93fcb9bbbd621e0ef876a01fc577c2672905aa24 (diff)
downloadcpython-4290161d2dccf362002561a8404760617eccd80f.zip
cpython-4290161d2dccf362002561a8404760617eccd80f.tar.gz
cpython-4290161d2dccf362002561a8404760617eccd80f.tar.bz2
s.avail() has met its maker
Diffstat (limited to 'Doc/libsocket.tex')
-rw-r--r--Doc/libsocket.tex7
1 files changed, 0 insertions, 7 deletions
diff --git a/Doc/libsocket.tex b/Doc/libsocket.tex
index a5d5a17..dfd08c7 100644
--- a/Doc/libsocket.tex
+++ b/Doc/libsocket.tex
@@ -114,13 +114,6 @@ receive data on the connection, and \var{address} is the address bound
to the socket on the other end of the connection.
\end{funcdesc}
-\begin{funcdesc}{avail}{}
-Return true (nonzero) if at least one byte of data can be received
-from the socket without blocking, false (zero) if not. There is no
-indication of how many bytes are available. (\strong{This function is
-obsolete --- see module \code{select} for a more general solution.})
-\end{funcdesc}
-
\begin{funcdesc}{bind}{address}
Bind the socket to an address. The socket must not already be bound.
\end{funcdesc}