[issue44986] Date formats in help messages of argparse

Julian Berman report at bugs.python.org
Wed Aug 25 03:34:14 EDT 2021


Julian Berman <Julian+Python.org at GrayVines.com> added the comment:

This is documented already I believe:

https://docs.python.org/3/library/argparse.html#help

> As the help string supports %-formatting, if you want a literal % to appear in the help string, you must escape it as %%.

----------
nosy: +Julian

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue44986>
_______________________________________


More information about the Python-bugs-list mailing list