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 shoermann
Recipients shoermann, thomaslee
Date 2008-01-14.21:53:27
SpamBayes Score 0.21027096
Marked as misclassified No
Message-id <1200347612.08.0.127700588894.issue1772@psf.upfronthosting.co.za>
In-reply-to
Content
I have attached some code that demonstrates the bug. You need to run it 
on Windows and you need to place some bat file (it doesn't need to do 
anything just exist) at C:\Program Files\test.bat (or change the 
reference in the code, but it does need to include spacing). The first 
popen call works the second popen call will fail, because there are 2 
pathnames in the code with spaces. I am using the popen4 module in os 
but I also tested popen2 and popen3 and they do the same thing.
History
Date User Action Args
2008-01-14 21:53:32shoermannsetspambayes_score: 0.210271 -> 0.21027096
recipients: + shoermann, thomaslee
2008-01-14 21:53:32shoermannsetspambayes_score: 0.210271 -> 0.210271
messageid: <1200347612.08.0.127700588894.issue1772@psf.upfronthosting.co.za>
2008-01-14 21:53:27shoermannlinkissue1772 messages
2008-01-14 21:53:27shoermanncreate