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 pbsds
Recipients pbsds
Date 2022-01-21.11:37:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1642765020.5.0.0512563787695.issue46453@roundup.psfhosted.org>
In-reply-to
Content
The `help` text in add_argument of a subparser in argparse can not contain a `%`, as it will affect string formatting. This often results in an exception.

See repro.py for a reproduction, tested in Python 3.7 - 3.10.
History
Date User Action Args
2022-01-21 11:37:00pbsdssetrecipients: + pbsds
2022-01-21 11:37:00pbsdssetmessageid: <1642765020.5.0.0512563787695.issue46453@roundup.psfhosted.org>
2022-01-21 11:37:00pbsdslinkissue46453 messages
2022-01-21 11:37:00pbsdscreate