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

Guido van Rossum guido@cnri.reston.va.us
Wed, 9 Jun 1999 11:05:48 -0400 (EDT)


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

Modified Files:
	BaseHTTPServer.py 
Log Message:
Don't just die if gethostbyaddr() fails -- as it can when DNS is
unreachable -- but fall back to using whatever hostname we have.