Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
4290161d
Commit
4290161d
authored
Jan 03, 1994
by
Guido van Rossum
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
s.avail() has met its maker
parent
93fcb9bb
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
14 deletions
+0
-14
Doc/lib/libsocket.tex
Doc/lib/libsocket.tex
+0
-7
Doc/libsocket.tex
Doc/libsocket.tex
+0
-7
No files found.
Doc/lib/libsocket.tex
View file @
4290161d
...
@@ -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}
...
...
Doc/libsocket.tex
View file @
4290161d
...
@@ -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}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment