summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2023-02-28-09-52-25.gh-issue-101979.or3hXV.rst
blob: 1efe72439b3a4ad54d05e9310772daff5206a719 (plain)
1
2
Fix a bug where parentheses in the ``metavar`` argument to :meth:`argparse.ArgumentParser.add_argument` were
dropped. Patch by Yeojin Kim.