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 paul.j3
Recipients acooke, paul.j3
Date 2021-11-02.17:05:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1635872745.42.0.063817341673.issue45690@roundup.psfhosted.org>
In-reply-to
Content
There was a bug/issue that addressed problems with nested mutually_exclusive_groups.  It should be easy to find.

The problem is that the usage formatter is brittle, building a string and then striping out "unnecessary" characters.  I assume the fix handled the default case (not required), but apparently it missed this variation.

I wasn't too involved with that, since in my opinion nesting these groups is useless, and should be avoided.  You might as well use one union group.  Test the parsing for yourself.
History
Date User Action Args
2021-11-02 17:05:45paul.j3setrecipients: + paul.j3, acooke
2021-11-02 17:05:45paul.j3setmessageid: <1635872745.42.0.063817341673.issue45690@roundup.psfhosted.org>
2021-11-02 17:05:45paul.j3linkissue45690 messages
2021-11-02 17:05:45paul.j3create