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 2006-08-06.19:43:52
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
This is a patch for Bug #1436206:

On Windows, if the path name of a CGI script to be run
contains space characters, it need to be quoted
properly when called via os.popen2/3. Otherwise the
script can not be executed.

Solved by using commands.mkarg() to quote arguments
where necessary.
History
Date User Action Args
2007-08-23 15:53:59adminlinkissue1535504 messages
2007-08-23 15:53:59admincreate