mirror of https://github.com/python/cpython
Issue10100 - fromfd is now available on all platforms
This commit is contained in:
parent
3e46b25751
commit
d449a8ad87
|
@ -394,7 +394,6 @@ The module :mod:`socket` exports the following constants and functions:
|
||||||
This function is rarely needed, but can be used to get or set socket options on
|
This function is rarely needed, but can be used to get or set socket options on
|
||||||
a socket passed to a program as standard input or output (such as a server
|
a socket passed to a program as standard input or output (such as a server
|
||||||
started by the Unix inet daemon). The socket is assumed to be in blocking mode.
|
started by the Unix inet daemon). The socket is assumed to be in blocking mode.
|
||||||
Availability: Unix.
|
|
||||||
|
|
||||||
|
|
||||||
.. function:: ntohl(x)
|
.. function:: ntohl(x)
|
||||||
|
|
Loading…
Reference in New Issue