[Python-checkins] CVS: python/dist/src/Lib socket.py,1.8,1.9

Skip Montanaro montanaro@users.sourceforge.net
Sun, 18 Mar 2001 11:53:23 -0800


Update of /cvsroot/python/python/dist/src/Lib
In directory usw-pr-cvs1:/tmp/cvs-serv16970

Modified Files:
	socket.py 
Log Message:
add errorTab to __all__ on win*
closes bug #406642


Index: socket.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/socket.py,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** socket.py	2001/03/02 06:43:49	1.8
--- socket.py	2001/03/18 19:53:21	1.9
***************
*** 80,83 ****
--- 80,84 ----
      errorTab[10064] = "The host is down."
      errorTab[10065] = "The host is unreachable."
+     __all__.append("errorTab")
  del os, sys