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 shypike
Recipients brian.curtin, eric.smith, exarkun, ezio.melotti, gregory.p.smith, r.david.murray, shypike
Date 2010-06-18.19:45:55
SpamBayes Score 0.0049363235
Marked as misclassified No
Message-id <1276890357.16.0.743559782284.issue8972@psf.upfronthosting.co.za>
In-reply-to
Content
I see your point about passing a command line as a single string instead of a list. Too bad that Popen doesn't just do the obvious thing (assemble the list into a string in a shell/cmd.exe compatible way).

Issue 1300 should indeed be reversed.

Raising ValueError will result in breaking some existing programs.
History
Date User Action Args
2010-06-18 19:45:57shypikesetrecipients: + shypike, gregory.p.smith, exarkun, eric.smith, ezio.melotti, r.david.murray, brian.curtin
2010-06-18 19:45:57shypikesetmessageid: <1276890357.16.0.743559782284.issue8972@psf.upfronthosting.co.za>
2010-06-18 19:45:55shypikelinkissue8972 messages
2010-06-18 19:45:55shypikecreate