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 drukker
Recipients christian.heimes, drukker, schu, stac
Date 2009-10-25.15:02:45
SpamBayes Score 0.00040130696
Marked as misclassified No
Message-id <1256482967.76.0.920637471818.issue1235@psf.upfronthosting.co.za>
In-reply-to
Content
More elegant than using quotes in the cmdline string is, IMO, passing a
sequence to subprocess.Popen instead.  I've put a new patch up for
review: http://codereview.appspot.com/141050

I've also unified the Unix and Windows portions in run_cgi.  Both now
use subprocess.  (Which on Unix still calls fork and exec, as before.)
History
Date User Action Args
2009-10-25 15:02:48drukkersetrecipients: + drukker, christian.heimes, schu, stac
2009-10-25 15:02:47drukkersetmessageid: <1256482967.76.0.920637471818.issue1235@psf.upfronthosting.co.za>
2009-10-25 15:02:46drukkerlinkissue1235 messages
2009-10-25 15:02:45drukkercreate