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

Guido van Rossum guido@cnri.reston.va.us
Tue, 15 Jun 1999 18:25:33 -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:
Laurence Tratt notes that the accept() call in get_request() can fail,
and suggests putting a try/except around the get_request() call in
handle_request().  (All in class TCPServer.)