[issue13685] argparse does not sanitize help strings for % signs

Eric V. Smith report at bugs.python.org
Fri Dec 30 23:35:21 CET 2011


Eric V. Smith <eric at trueblade.com> added the comment:

This is because the help text support substitution, as mentioned here: http://docs.python.org/dev/library/argparse.html#help

It's possible this documentation could be improved.

----------
assignee:  -> docs at python
components: +Documentation -None
nosy: +docs at python, eric.smith

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


More information about the Python-bugs-list mailing list