Tagged Questions

2
votes
3answers
1k views

How can I escape arguments to a shell command with Python?

Is there anything in the standard library, or can anyone provide a recipe to escape anything going as an argument to a shell command? For example, to ensure that it can be passed to the echo command: …