mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
s.avail() has met its maker
This commit is contained in:
parent
93fcb9bbbd
commit
4290161d2d
2 changed files with 0 additions and 14 deletions
|
@ -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}
|
||||
|
|
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue