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 morden2k, paul.j3
Date 2015-10-03.21:30:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1443907855.79.0.799153368445.issue25297@psf.upfronthosting.co.za>
In-reply-to
Content
The unittest test_argparse.py has one related test

class TestAddSubparsers
   def test_alias_help

has a long enough subparser invocation (with aliases) to produce wrapping with the default 24 max position:


            commands:
              COMMAND
                1 (1alias1, 1alias2)
                                    1 help
                2                   2 help

I don't see anything in the test file that tries to vary the max_help_position parameter.
History
Date User Action Args
2015-10-03 21:30:55paul.j3setrecipients: + paul.j3, morden2k
2015-10-03 21:30:55paul.j3setmessageid: <1443907855.79.0.799153368445.issue25297@psf.upfronthosting.co.za>
2015-10-03 21:30:55paul.j3linkissue25297 messages
2015-10-03 21:30:55paul.j3create