Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #16854: Fix regrtest.usage() regression introduced in 6e2e5adc0400. | Chris Jerdonek | 2013-01-08 | 1 | -2/+6 |
| | | | | | This fixes a regression introduced in the commit for issue #15302, which switched regrtest from getopt to argparse. | ||||
* | Issue #15302: Switch regrtest from using getopt to using argparse. | Chris Jerdonek | 2012-12-28 | 1 | -0/+96 |
This is the first step in refactoring regrtest to use argparse. The regrtest module's main() function still expects a getopt-style return value rather than an argparse.Namespace instance. |