New submission from Sworddragon:

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.

----------
components: Library (Lib)
messages: 227228
nosy: Sworddragon
priority: normal
severity: normal
status: open
title: Adding the opposite function of shlex.split()
type: enhancement
versions: Python 3.4

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue22454>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to