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 simonhang
Recipients
Date 2006-03-09.04:26:20
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
If we run below python command
print subprocess.Popen([r'c:\test.bat', 
r'test"string:']).pid
Actually c:\test.bat test\"string\" is executed.
Module subprocess doesn't interpret double quotation 
mark right. Back slash shouldn't be added.

I believe problem is in function 
subprocess.list2cmdline.
History
Date User Action Args
2007-08-23 14:38:19adminlinkissue1446119 messages
2007-08-23 14:38:19admincreate