[Python-Dev] Platforms missing both fork and popen2/3

Steve Holden sholden@holdenweb.com
Sun, 18 Aug 2002 10:06:55 -0400


The "third leg" of the CGIHTTPServer run_cgi() method is only taken if the
platform's os module contains neither fork nor popen2 nor popen3 attributes.
My platform experience is pretty much limited to the mainstream . Which
platforms are we looking at here besides Macintosh OS 9 and prior?

regards
-----------------------------------------------------------------------
Steve Holden                                 http://www.holdenweb.com/
Python Web Programming                http://pydish.holdenweb.com/pwp/
-----------------------------------------------------------------------