This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author v+python
Recipients loewis, v+python
Date 2010-11-22.02:03:39
SpamBayes Score 3.4772185e-13
Marked as misclassified No
Message-id <1290391420.52.0.792385538066.issue10483@psf.upfronthosting.co.za>
In-reply-to
Content
Martin, that is an interesting viewpoint, and one I considered, but didn't state, because it seems much too restrictive.  Most CGI programs are written in scripting languages, not compiled to .exe.  So it seems the solution should allow for launching at least Perl and Python scripts, as well as .exe.  Whether subprocess.Popen can directly execute it, or whether it needs help from the registry or a #! line to get the execution going is just a matter of tweaking the coding for what gets passed to subprocess.Popen.  Declaring the definition based on what the existing code can already do is self-limiting.

Another possible interpretation of executable might be PATHEXT environment variable, but that is similar to declaring a list in the server source, which I did mention.  One might augment the other.
History
Date User Action Args
2010-11-22 02:03:41v+pythonsetrecipients: + v+python, loewis
2010-11-22 02:03:40v+pythonsetmessageid: <1290391420.52.0.792385538066.issue10483@psf.upfronthosting.co.za>
2010-11-22 02:03:39v+pythonlinkissue10483 messages
2010-11-22 02:03:39v+pythoncreate