[New-bugs-announce] [issue15302] Use argparse instead of getopt in test.regrtest

Chris Jerdonek report at bugs.python.org
Mon Jul 9 07:26:23 CEST 2012


New submission from Chris Jerdonek <chris.jerdonek at gmail.com>:

I think it would be an improvement to switch from using getopt to argparse in test.regrtest.  The code would be easier to maintain, it would give us more powerful options going forward, and it would improve the usability of the test command (e.g. nicer command-line help).

----------
components: Tests
keywords: easy
messages: 165064
nosy: cjerdonek
priority: normal
severity: normal
status: open
title: Use argparse instead of getopt in test.regrtest
versions: Python 3.3

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


More information about the New-bugs-announce mailing list