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
0aaf559b
Commit
0aaf559b
authored
May 11, 2008
by
Georg Brandl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
#2741: clarification of value range for address_family.
parent
e9135ba7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Doc/library/socketserver.rst
Doc/library/socketserver.rst
+2
-2
No files found.
Doc/library/socketserver.rst
View file @
0aaf559b
...
...
@@ -156,7 +156,7 @@ Server Objects
.. data:: address_family
The family of protocols to which the server's socket belongs.
:const:`socket.AF_INET` and :const:`socket.AF_UNIX` are two possible values
.
Common examples are :const:`socket.AF_INET` and :const:`socket.AF_UNIX`
.
.. data:: RequestHandlerClass
...
...
@@ -200,7 +200,7 @@ The server classes support the following class variables:
.. data:: socket_type
The type of socket used by the server; :const:`socket.SOCK_STREAM` and
:const:`socket.SOCK_DGRAM` are two
possible
values.
:const:`socket.SOCK_DGRAM` are two
common
values.
.. data:: timeout
...
...
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