[Python-checkins] CVS: python/dist/src/Lib SocketServer.py

Guido van Rossum guido@cnri.reston.va.us
Thu, 17 Jun 1999 11:41:34 -0400 (EDT)


Update of /projects/cvsroot/python/dist/src/Lib
In directory eric:/projects/python/develop/guido/src/Lib

Modified Files:
	SocketServer.py 
Log Message:
In collect_children(), put a try-except around os.waitpid() because it
may raise an exception (when there are no children).  Reported by
Andy Dustman.