]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
s.avail() has met its maker
authorGuido van Rossum <guido@python.org>
Mon, 3 Jan 1994 14:07:23 +0000 (14:07 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 3 Jan 1994 14:07:23 +0000 (14:07 +0000)
Doc/lib/libsocket.tex
Doc/libsocket.tex

index a5d5a17ec468ac63ade3e1f5e2f885f66e3e8fcb..dfd08c7283ddefe60c0241b01628ada831024056 100644 (file)
@@ -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}
index a5d5a17ec468ac63ade3e1f5e2f885f66e3e8fcb..dfd08c7283ddefe60c0241b01628ada831024056 100644 (file)
@@ -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}