commit | d6c18dcd20ec4cc94c2c99aff165780d16a6f13b | [log] [tgz] |
---|---|---|
author | Chris Jerdonek <chris.jerdonek@gmail.com> | Thu Dec 27 18:53:12 2012 -0800 |
committer | Chris Jerdonek <chris.jerdonek@gmail.com> | Thu Dec 27 18:53:12 2012 -0800 |
tree | 8e05dc53628eba3bbf458408f96c322bfd56e9dc | |
parent | f7cd05d7af1440464d2df62f2c7755b6dc76db99 [diff] |
Issue #15302: Switch regrtest from using getopt to using argparse. 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.