summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSenthil Kumaran <orsenthil@gmail.com>2010-10-15 09:02:14 +0000
committerSenthil Kumaran <orsenthil@gmail.com>2010-10-15 09:02:14 +0000
commit69b69472aff196b67b367c758dadff4b5536202c (patch)
treeda5003d530d459f1a5c5e69a3af63b704708bbd6
parentf6c7dcc38962d9a55d862e65776e9141972406cc (diff)
downloadcpython-69b69472aff196b67b367c758dadff4b5536202c.tar.gz
Issue10100 - fromfd is now available on all platforms
-rw-r--r--Doc/library/socket.rst1
1 files changed, 0 insertions, 1 deletions
diff --git a/Doc/library/socket.rst b/Doc/library/socket.rst
index cdfedc4673..3e751ba8fa 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)