From: Guido van Rossum Date: Mon, 3 Jan 1994 14:07:23 +0000 (+0000) Subject: s.avail() has met its maker X-Git-Tag: v1.0.1~69 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4290161d2dccf362002561a8404760617eccd80f;p=thirdparty%2FPython%2Fcpython.git s.avail() has met its maker --- diff --git a/Doc/lib/libsocket.tex b/Doc/lib/libsocket.tex index a5d5a17ec468..dfd08c7283dd 100644 --- a/Doc/lib/libsocket.tex +++ b/Doc/lib/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} diff --git a/Doc/libsocket.tex b/Doc/libsocket.tex index a5d5a17ec468..dfd08c7283dd 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}