]> granicus.if.org Git - python/commit
os.fork raises AttributeError, not NameError, if fork() isn't
authorFred Drake <fdrake@acm.org>
Mon, 18 Oct 1999 13:43:44 +0000 (13:43 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 18 Oct 1999 13:43:44 +0000 (13:43 +0000)
commit14bb71d5535747be9b3a10ff1cf7be9e15001d90
tree214145cdec14f2904c431adc3c63128b0dc37af6
parent40e84db0f4ca06cfd40f6eebe2f9907797c8a67b
os.fork raises AttributeError, not NameError, if fork() isn't
supported.  Pointed out by Moshe Zadka <moshez@math.huji.ac.il>.
Lib/CGIHTTPServer.py