Issue10100 - fromfd is now available on all platforms

This commit is contained in:
Senthil Kumaran 2010-10-15 09:02:14 +00:00
parent 3e46b25751
commit d449a8ad87
1 changed files with 0 additions and 1 deletions

View File

@ -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
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.
Availability: Unix.
.. function:: ntohl(x)