[Python-checkins] r85514 - python/branches/py3k/Doc/library/socket.rst

senthil.kumaran python-checkins at python.org
Fri Oct 15 11:02:15 CEST 2010


Author: senthil.kumaran
Date: Fri Oct 15 11:02:14 2010
New Revision: 85514

Log:
Issue10100 - fromfd is now available on all platforms



Modified:
   python/branches/py3k/Doc/library/socket.rst

Modified: python/branches/py3k/Doc/library/socket.rst
==============================================================================
--- python/branches/py3k/Doc/library/socket.rst	(original)
+++ python/branches/py3k/Doc/library/socket.rst	Fri Oct 15 11:02:14 2010
@@ -394,7 +394,6 @@
    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)


More information about the Python-checkins mailing list