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 astrand
Recipients JosephArmbruster, astrand, christian.heimes, ggenellina, joearmbruster
Date 2007-11-22.18:54:25
SpamBayes Score 0.02854144
Marked as misclassified No
Message-id <1195757666.09.0.365208516077.issue1475@psf.upfronthosting.co.za>
In-reply-to
Content
>In Python 3.x os.popen is implemented based on subprocess. 

Oh, I see. 

>I believe it's still a problem with subprocess. 

I'm still not convinced of this. Isn't it better to do the quoting
outside subprocess; to let the caller do it? You say that "section 2" is 
our case, but how can we be sure of this: If subprocess is called with
args='"c:\program files\internet explorer\iexplore.exe"', then we have
case 1, right, and surrounding args with another pair of quotes would
mean failure, right?
History
Date User Action Args
2007-11-22 18:54:26astrandsetspambayes_score: 0.0285414 -> 0.02854144
recipients: + astrand, ggenellina, joearmbruster, christian.heimes, JosephArmbruster
2007-11-22 18:54:26astrandsetspambayes_score: 0.0285414 -> 0.0285414
messageid: <1195757666.09.0.365208516077.issue1475@psf.upfronthosting.co.za>
2007-11-22 18:54:26astrandlinkissue1475 messages
2007-11-22 18:54:25astrandcreate