Skip to content

Commit a272ffe

Browse files
Remove documentation for non-existing socket class attributes (GH-28029)
The functions in question are available on the module-level only. (cherry picked from commit 34d82ce) Co-authored-by: Matti Picus <[email protected]>
1 parent 31be544 commit a272ffe

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Modules/socketmodule.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -151,9 +151,6 @@ getblocking() -- return True if socket is blocking, False if non-blocking\n\
151151
setsockopt(level, optname, value[, optlen]) -- set socket options\n\
152152
settimeout(None | float) -- set or clear the timeout\n\
153153
shutdown(how) -- shut down traffic in one or both directions\n\
154-
if_nameindex() -- return all network interface indices and names\n\
155-
if_nametoindex(name) -- return the corresponding interface index\n\
156-
if_indextoname(index) -- return the corresponding interface name\n\
157154
\n\
158155
[*] not available on all platforms!");
159156

0 commit comments

Comments
 (0)