summaryrefslogtreecommitdiffstats
path: root/Lib/socket.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/socket.py')
-rw-r--r--Lib/socket.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/socket.py b/Lib/socket.py
index 136a052..a49e7cb 100644
--- a/Lib/socket.py
+++ b/Lib/socket.py
@@ -79,6 +79,7 @@ if sys.platform.lower().startswith("win"):
errorTab[10063] = "The name is too long."
errorTab[10064] = "The host is down."
errorTab[10065] = "The host is unreachable."
+ __all__.append("errorTab")
del os, sys