blob: 20f9c0b9c78b1211fac9d3d728d3a052c4e7314a (
plain)
1
2
3
4
|
Fix inheritance of nested mutually exclusive groups from parent parser in
:class:`argparse.ArgumentParser`. Previously, all nested mutually exclusive
groups lost their connection to the group containing them and were displayed
as belonging directly to the parser.
|