commit | 94d5a7174aaa107617b208ebc511a8f360196b1a | [log] [tgz] |
---|---|---|
author | Meador Inge <meadori@gmail.com> | Sat Jan 14 11:54:43 2012 -0600 |
committer | Meador Inge <meadori@gmail.com> | Sat Jan 14 11:54:43 2012 -0600 |
tree | 5def577d538f191d56387ac94148569673d0e708 | |
parent | 50590f111b14090eacf536280287d2d1743c6a88 [diff] [blame] | |
parent | b0ae0ac668451ccde67752a829acdef2a6583bb2 [diff] [blame] |
Issue #13786: Remove unimplemented 'trace' long option from regrtest.py.
diff --git a/Misc/NEWS b/Misc/NEWS index 2c4bec0..adb6e45 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -1848,6 +1848,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.