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 iritkatriel
Recipients bethard, dougalsutherland, iritkatriel, paul.j3
Date 2021-12-10.16:54:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1639155297.11.0.314250978876.issue16807@roundup.psfhosted.org>
In-reply-to
Content
Reproduced on 3.11: 

>>> argparse.ArgumentParser(add_help=False, parents=[parent]).print_help()
usage: [--foo FOO] [-a | -b]

options:
  -a
  -b

the group:
  --foo FOO
History
Date User Action Args
2021-12-10 16:54:57iritkatrielsetrecipients: + iritkatriel, bethard, paul.j3, dougalsutherland
2021-12-10 16:54:57iritkatrielsetmessageid: <1639155297.11.0.314250978876.issue16807@roundup.psfhosted.org>
2021-12-10 16:54:57iritkatriellinkissue16807 messages
2021-12-10 16:54:57iritkatrielcreate