paul j3 added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue25297>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to