commit | b0ae0ac668451ccde67752a829acdef2a6583bb2 | [log] [tgz] |
---|---|---|
author | Meador Inge <meadori@gmail.com> | Sat Jan 14 11:50:33 2012 -0600 |
committer | Meador Inge <meadori@gmail.com> | Sat Jan 14 11:50:33 2012 -0600 |
tree | aee6ba165233a5b8af99a553aea6399705781cb9 | |
parent | f37c1989b1d0f95bcb8981ff8a5e908423f42db0 [diff] [blame] |
Issue #13786: Remove unimplemented 'trace' long option from regrtest.py.
diff --git a/Misc/NEWS b/Misc/NEWS index 7819745..fe28751 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -352,6 +352,8 @@ Tests ----- +- Issue #13786: Remove unimplemented 'trace' long option from regrtest.py. + - Issue #13725: Fix regrtest to recognize the documented -d flag. Patch by Erno Tukia.