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 htgoebel
Recipients
Date 2007-03-14.21:22:41
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
I think the best way to solve this would be to use the
subprocess module, as amk suggested.

I included a new patch which for CGIHTTPServer which uses subprocess. Unfortunately 
this does not work ion Windows due to a problem with subprocess: On Windows 
passing the request.rfile (a _fileobject wrapper arround the socket) as stdin/out
lead to an error. I'll file a bugreport on that case.

Beside of this, the patch should solve the problem in a platform-independent way.
File Added: CGIHTTPServer.patch
History
Date User Action Args
2007-08-23 15:53:59adminlinkissue1535504 messages
2007-08-23 15:53:59admincreate