]> granicus.if.org Git - python/commit
Issue #15302: Switch regrtest from using getopt to using argparse.
authorChris Jerdonek <chris.jerdonek@gmail.com>
Fri, 28 Dec 2012 02:53:12 +0000 (18:53 -0800)
committerChris Jerdonek <chris.jerdonek@gmail.com>
Fri, 28 Dec 2012 02:53:12 +0000 (18:53 -0800)
commitd6c18dcd20ec4cc94c2c99aff165780d16a6f13b
tree8e05dc53628eba3bbf458408f96c322bfd56e9dc
parentf7cd05d7af1440464d2df62f2c7755b6dc76db99
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.
Lib/test/regrtest.py
Lib/test/test_regrtest.py [new file with mode: 0644]
Misc/NEWS