mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
#2741: clarification of value range for address_family.
This commit is contained in:
parent
e9135ba79d
commit
0aaf559bfe
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue