From 490b30fb695ed6b2d69bcc298dcef1d807c6272f Mon Sep 17 00:00:00 2001 From: mattip Date: Sun, 29 Aug 2021 14:07:01 +0300 Subject: [PATCH] remove documentation for non-existing socket class attributes --- Modules/socketmodule.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/Modules/socketmodule.c b/Modules/socketmodule.c index a5f2468424b250..898ec05ab7b1d9 100644 --- a/Modules/socketmodule.c +++ b/Modules/socketmodule.c @@ -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!");