summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2013-08-29 09:26:23 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2013-08-29 09:26:23 (GMT)
commit64f7c4e4ca5141a8db28a2825f655e863d1c264f (patch)
tree383fa081d6f9b349cb71a1c15b14a7683d812dca /Misc
parent48e6a8c88a69adbdc7c3bf9adef5696828b1c5fe (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 3870fcc..eba4288 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.