[issue13238] Add shell command helpers to shutil module

Nick Coghlan report at bugs.python.org
Fri Oct 21 13:40:52 CEST 2011


Nick Coghlan <ncoghlan at gmail.com> added the comment:

Of the 3 available options (mod style, string.Template and str.format), yes, str.format is the best choice.

If people want the shell meaning of the braces, they can escape them by doubling them up in the command string.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue13238>
_______________________________________


More information about the Python-bugs-list mailing list