Comment 1 for bug 380780

Revision history for this message
Shimizukawa (shimizukawa) wrote :

os.system('''"python" -c "print 'foo'"''') cause error, but os.system('''""python" -c "print 'foo'""''') works fine.