Message227228
| Author | deleted250130 |
|---|---|
| Recipients | deleted250130 |
| 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:49 | deleted250130 | set | recipients: + deleted250130 |
| 2014-09-21 19:35:49 | deleted250130 | set | messageid: <1411328149.26.0.00522128245951.issue22454@psf.upfronthosting.co.za> |
| 2014-09-21 19:35:49 | deleted250130 | link | issue22454 messages |
| 2014-09-21 19:35:49 | deleted250130 | create | |