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
e4f347e7
Commit
e4f347e7
authored
May 09, 1997
by
Guido van Rossum
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Document "" and "<broadcast>".
parent
57c30f6f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
Doc/lib/libsocket.tex
Doc/lib/libsocket.tex
+4
-0
Doc/libsocket.tex
Doc/libsocket.tex
+4
-0
No files found.
Doc/lib/libsocket.tex
View file @
e4f347e7
...
...
@@ -33,6 +33,10 @@ currently not supported. The address format required by a particular
socket object is automatically selected based on the address family
specified when the socket object was created.
For IP addresses, two special forms are accepted instead of a host
address: the empty string represents
\code
{
INADDR
_
ANY
}
, and the string
\code
{
"<broadcast>"
}
represents
\code
{
INADDR
_
BROADCAST
}
.
All errors raise exceptions. The normal exceptions for invalid
argument types and out-of-memory conditions can be raised; errors
related to socket or address semantics raise the error
\code
{
socket.error
}
.
...
...
Doc/libsocket.tex
View file @
e4f347e7
...
...
@@ -33,6 +33,10 @@ currently not supported. The address format required by a particular
socket object is automatically selected based on the address family
specified when the socket object was created.
For IP addresses, two special forms are accepted instead of a host
address: the empty string represents
\code
{
INADDR
_
ANY
}
, and the string
\code
{
"<broadcast>"
}
represents
\code
{
INADDR
_
BROADCAST
}
.
All errors raise exceptions. The normal exceptions for invalid
argument types and out-of-memory conditions can be raised; errors
related to socket or address semantics raise the error
\code
{
socket.error
}
.
...
...
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