From: Victor Stinner Date: Mon, 17 Oct 2016 16:15:07 +0000 (+0200) Subject: Merge 3.7: Issue #28409: regrtest: fix the parser of command line arguments. X-Git-Tag: v3.7.0a1~2216 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8f5dd35d8e5229cb78c5bee47fc6a31a0a36fc5a;p=python Merge 3.7: Issue #28409: regrtest: fix the parser of command line arguments. --- 8f5dd35d8e5229cb78c5bee47fc6a31a0a36fc5a diff --cc Misc/NEWS index dfbf1677d6,2b0397bf7d..e0ec447487 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -312,6 -293,6 +312,8 @@@ Tools/Demo Tests ----- ++- Issue #28409: regrtest: fix the parser of command line arguments. ++ - Issue #28217: Adds _testconsole module to test console input.