projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f4eab2
)
add errorTab to __all__ on win*
author
Skip Montanaro
<skip@pobox.com>
Sun, 18 Mar 2001 19:53:21 +0000
(19:53 +0000)
committer
Skip Montanaro
<skip@pobox.com>
Sun, 18 Mar 2001 19:53:21 +0000
(19:53 +0000)
closes bug #406642
Lib/socket.py
patch
|
blob
|
history
diff --git
a/Lib/socket.py
b/Lib/socket.py
index 136a052e369accaf69cab3cf43a305192b785d4f..a49e7cbcd1f661b805bb552165bca3ce7f5948ba 100644
(file)
--- 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