From d449a8ad875c89ebf97a5ca56756f13329187366 Mon Sep 17 00:00:00 2001 From: Senthil Kumaran Date: Fri, 15 Oct 2010 09:02:14 +0000 Subject: Issue10100 - fromfd is now available on all platforms --- Doc/library/socket.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/Doc/library/socket.rst b/Doc/library/socket.rst index cdfedc4..3e751ba 100644 --- a/Doc/library/socket.rst +++ b/Doc/library/socket.rst @@ -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) -- cgit v0.12