From: Senthil Kumaran Date: Fri, 15 Oct 2010 09:02:14 +0000 (+0000) Subject: Issue10100 - fromfd is now available on all platforms X-Git-Tag: v3.2a4~576 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d449a8ad875c89ebf97a5ca56756f13329187366;p=thirdparty%2FPython%2Fcpython.git Issue10100 - fromfd is now available on all platforms --- diff --git a/Doc/library/socket.rst b/Doc/library/socket.rst index cdfedc4673b3..3e751ba8fa84 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)