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

Fred L. Drake fdrake@weyr.cnri.reston.va.us
Mon, 18 Oct 1999 09:43:45 -0400 (EDT)


Update of /projects/cvsroot/python/dist/src/Lib
In directory weyr:/home/fdrake/projects/python/Lib

Modified Files:
	CGIHTTPServer.py 
Log Message:

os.fork raises AttributeError, not NameError, if fork() isn't
supported.  Pointed out by Moshe Zadka <moshez@math.huji.ac.il>.