[issue15823] argparse produces error when multiply help lines

2012-08-30 Thread Nikolay Golub
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

2012-08-30 Thread Nikolay Golub
New submission from Nikolay Golub: When i use this code: parser.add_argument('-r', '--range', action = 'store', dest = 'ranges', nargs = 2, metavar = &