[issue15302] Use argparse instead of getopt in test.regrtest

Anton Kasyanov report at bugs.python.org
Sun Dec 23 13:30:23 CET 2012


Anton Kasyanov added the comment:

I've looked through the second patch and I'm not sure about how argparse usage was implemented here - parse_args() result is being converted to getopt-style list of (option, value) pairs.
 
Is there any sense in using argparse this way?

----------
nosy: +a.kasyanov, asvetlov

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue15302>
_______________________________________


More information about the Python-bugs-list mailing list