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 christian.heimes
Recipients christian.heimes, shoermann, thomaslee
Date 2008-01-20.19:56:54
SpamBayes Score 0.012581374
Marked as misclassified No
Message-id <1200859020.68.0.560063822041.issue1772@psf.upfronthosting.co.za>
In-reply-to
Content
The popen*() function don't quote the paths for you. Please use the
subprocess module. It takes care of the quoting on Windows.
History
Date User Action Args
2008-01-20 19:57:00christian.heimessetspambayes_score: 0.0125814 -> 0.012581374
recipients: + christian.heimes, thomaslee, shoermann
2008-01-20 19:57:00christian.heimessetspambayes_score: 0.0125814 -> 0.0125814
messageid: <1200859020.68.0.560063822041.issue1772@psf.upfronthosting.co.za>
2008-01-20 19:56:54christian.heimeslinkissue1772 messages
2008-01-20 19:56:54christian.heimescreate