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 Sworddragon
Recipients Sworddragon
Date 2014-09-21.19:35:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1411328149.26.0.00522128245951.issue22454@psf.upfronthosting.co.za>
In-reply-to
Content
There is currently shlex.split() that is for example useful to split a command string and pass it to subprocess.Popen with shell=False. But I'm missing a function that does the opposite: Building the command string from a list that could for example then be used in subprocess.Popen with shell=True.
History
Date User Action Args
2014-09-21 19:35:49Sworddragonsetrecipients: + Sworddragon
2014-09-21 19:35:49Sworddragonsetmessageid: <1411328149.26.0.00522128245951.issue22454@psf.upfronthosting.co.za>
2014-09-21 19:35:49Sworddragonlinkissue22454 messages
2014-09-21 19:35:49Sworddragoncreate