This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Julian
Recipients Julian, mail.de.senger, python-dev, rhettinger
Date 2021-08-25.07:34:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1629876854.11.0.837434206503.issue44986@roundup.psfhosted.org>
In-reply-to
Content
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 %%.
History
Date User Action Args
2021-08-25 07:34:14Juliansetrecipients: + Julian, rhettinger, python-dev, mail.de.senger
2021-08-25 07:34:14Juliansetmessageid: <1629876854.11.0.837434206503.issue44986@roundup.psfhosted.org>
2021-08-25 07:34:14Julianlinkissue44986 messages
2021-08-25 07:34:14Juliancreate