[New-bugs-announce] [issue22454] Adding the opposite function of shlex.split()

Sworddragon report at bugs.python.org
Sun Sep 21 21:35:49 CEST 2014


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 <report at bugs.python.org>
<http://bugs.python.org/issue22454>
_______________________________________


More information about the New-bugs-announce mailing list