add errorTab to __all__ on win*
authorSkip Montanaro <skip@pobox.com>
Sun, 18 Mar 2001 19:53:21 +0000 (19:53 +0000)
committerSkip Montanaro <skip@pobox.com>
Sun, 18 Mar 2001 19:53:21 +0000 (19:53 +0000)
closes bug #406642

Lib/socket.py

index 136a052e369accaf69cab3cf43a305192b785d4f..a49e7cbcd1f661b805bb552165bca3ce7f5948ba 100644 (file)
@@ -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