diff options
author | Guido van Rossum <guido@python.org> | 1994-01-03 14:07:23 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1994-01-03 14:07:23 (GMT) |
commit | 4290161d2dccf362002561a8404760617eccd80f (patch) | |
tree | e4306e04f60926490527cdf9db2458e130a423b4 /Doc | |
parent | 93fcb9bbbd621e0ef876a01fc577c2672905aa24 (diff) | |
download | cpython-4290161d2dccf362002561a8404760617eccd80f.zip cpython-4290161d2dccf362002561a8404760617eccd80f.tar.gz cpython-4290161d2dccf362002561a8404760617eccd80f.tar.bz2 |
s.avail() has met its maker
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/libsocket.tex | 7 | ||||
-rw-r--r-- | Doc/libsocket.tex | 7 |
2 files changed, 0 insertions, 14 deletions
diff --git a/Doc/lib/libsocket.tex b/Doc/lib/libsocket.tex index a5d5a17..dfd08c7 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 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} |