mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Remove documentation for non-existing socket class attributes (GH-28029)
The functions in question are available on the module-level only.
This commit is contained in:
parent
9dc363ee7c
commit
34d82ce7cb
1 changed files with 0 additions and 3 deletions
|
@ -151,9 +151,6 @@ getblocking() -- return True if socket is blocking, False if non-blocking\n\
|
|||
setsockopt(level, optname, value[, optlen]) -- set socket options\n\
|
||||
settimeout(None | float) -- set or clear the timeout\n\
|
||||
shutdown(how) -- shut down traffic in one or both directions\n\
|
||||
if_nameindex() -- return all network interface indices and names\n\
|
||||
if_nametoindex(name) -- return the corresponding interface index\n\
|
||||
if_indextoname(index) -- return the corresponding interface name\n\
|
||||
\n\
|
||||
[*] not available on all platforms!");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue