diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2013-08-29 09:26:23 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2013-08-29 09:26:23 (GMT) |
commit | 64f7c4e4ca5141a8db28a2825f655e863d1c264f (patch) | |
tree | 383fa081d6f9b349cb71a1c15b14a7683d812dca /Misc | |
parent | 48e6a8c88a69adbdc7c3bf9adef5696828b1c5fe (diff) | |
download | cpython-64f7c4e4ca5141a8db28a2825f655e863d1c264f.zip cpython-64f7c4e4ca5141a8db28a2825f655e863d1c264f.tar.gz cpython-64f7c4e4ca5141a8db28a2825f655e863d1c264f.tar.bz2 |
Issue #16799: Switched from getopt to argparse style in regrtest's argument
parsing. Added more tests for regrtest's argument parsing.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -153,6 +153,9 @@ Library Tests ----- +- Issue #16799: Switched from getopt to argparse style in regrtest's argument + parsing. Added more tests for regrtest's argument parsing. + - Issue #18792: Use "127.0.0.1" or "::1" instead of "localhost" as much as possible, since "localhost" goes through a DNS lookup under recent Windows versions. |