[issue15823] argparse produces error when multiply help lines
Nikolay Golub added the comment: thanks! -- ___ Python tracker <http://bugs.python.org/issue15823> ___ ___ Python-bugs-list mailing list Unsubscribe:
[issue15823] argparse produces error when multiply help lines
New submission from Nikolay Golub: When i use this code: parser.add_argument('-r', '--range', action = 'store', dest = 'ranges', nargs = 2, metavar = &