diff options
author | Senthil Kumaran <orsenthil@gmail.com> | 2010-10-15 09:02:14 (GMT) |
---|---|---|
committer | Senthil Kumaran <orsenthil@gmail.com> | 2010-10-15 09:02:14 (GMT) |
commit | d449a8ad875c89ebf97a5ca56756f13329187366 (patch) | |
tree | 2d8d1a611a7e8f828f377acf388d4b38b34adf62 /Doc/library/socket.rst | |
parent | 3e46b257515bf8b15972ef90cf096f31c6373064 (diff) | |
download | cpython-d449a8ad875c89ebf97a5ca56756f13329187366.zip cpython-d449a8ad875c89ebf97a5ca56756f13329187366.tar.gz cpython-d449a8ad875c89ebf97a5ca56756f13329187366.tar.bz2 |
Issue10100 - fromfd is now available on all platforms
Diffstat (limited to 'Doc/library/socket.rst')
-rw-r--r-- | Doc/library/socket.rst | 1 |
1 files changed, 0 insertions, 1 deletions
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) |