mirror of
https://github.com/python/cpython.git
synced 2026-05-18 10:24:42 -04:00
98de5340d4
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.