From 64de1a4b08479aa26a8d6a0bee83d2369179dd37 Mon Sep 17 00:00:00 2001 From: Skip Montanaro Date: Sun, 18 Mar 2001 19:53:21 +0000 Subject: add errorTab to __all__ on win* closes bug #406642 --- Lib/socket.py | 1 + 1 file changed, 1 insertion(+) (limited to 'Lib/socket.py') diff --git a/Lib/socket.py b/Lib/socket.py index 136a052e36..a49e7cbcd1 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 -- cgit v1.2.1