]> granicus.if.org Git - python/commitdiff
Issue10100 - fromfd is now available on all platforms
authorSenthil Kumaran <orsenthil@gmail.com>
Fri, 15 Oct 2010 09:02:14 +0000 (09:02 +0000)
committerSenthil Kumaran <orsenthil@gmail.com>
Fri, 15 Oct 2010 09:02:14 +0000 (09:02 +0000)
Doc/library/socket.rst

index cdfedc4673b395ddc28938f66f786fbfb23d4a95..3e751ba8fa845b190193252da63e84848a50748f 100644 (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)