Start to split regrtest.py into smaller parts with the creation of Lib/test/libregrtest/cmdline.py: code to handle the command line, especially parsing command line arguments. This part of the code is tested by test_regrtest.
Start to split regrtest.py into smaller parts with the creation of Lib/test/libregrtest/cmdline.py.