Message178356
Issue 15302 switched regrtest from getopt to argparse for parsing options. However, regrtest.main() still expects and operates on getopt-style options.
This issue is to continue the regrtest refactoring and replace the use of getopt-style options with an argparse Namespace object.
This issue should probably be a meta-issue with the transition happening over several issues/commits, as there are many command-line options that will probably have varying types and actions (in the sense of argparse). Options can be switched over incrementally in groups (e.g. by having the _parse_args() function return the parsed options in both forms: in both getopt-style format and a Namespace object).
This issue will be completed when the namespace-to-getopt "bridge code" is removed -- probably along with the corresponding argparse-to-getopt tests. |
|
Date |
User |
Action |
Args |
2012-12-28 03:11:11 | chris.jerdonek | set | recipients:
+ chris.jerdonek |
2012-12-28 03:11:11 | chris.jerdonek | set | messageid: <1356664271.75.0.0861175623583.issue16799@psf.upfronthosting.co.za> |
2012-12-28 03:11:11 | chris.jerdonek | link | issue16799 messages |
2012-12-28 03:11:10 | chris.jerdonek | create | |
|