Commit 4290161d authored by Guido van Rossum's avatar Guido van Rossum

s.avail() has met its maker

parent 93fcb9bb
...@@ -114,13 +114,6 @@ receive data on the connection, and \var{address} is the address bound ...@@ -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. to the socket on the other end of the connection.
\end{funcdesc} \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} \begin{funcdesc}{bind}{address}
Bind the socket to an address. The socket must not already be bound. Bind the socket to an address. The socket must not already be bound.
\end{funcdesc} \end{funcdesc}
......
...@@ -114,13 +114,6 @@ receive data on the connection, and \var{address} is the address bound ...@@ -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. to the socket on the other end of the connection.
\end{funcdesc} \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} \begin{funcdesc}{bind}{address}
Bind the socket to an address. The socket must not already be bound. Bind the socket to an address. The socket must not already be bound.
\end{funcdesc} \end{funcdesc}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment