diff options
author | Meador Inge <meadori@gmail.com> | 2012-01-14 17:54:43 (GMT) |
---|---|---|
committer | Meador Inge <meadori@gmail.com> | 2012-01-14 17:54:43 (GMT) |
commit | 94d5a7174aaa107617b208ebc511a8f360196b1a (patch) | |
tree | 5def577d538f191d56387ac94148569673d0e708 /Misc | |
parent | 50590f111b14090eacf536280287d2d1743c6a88 (diff) | |
parent | b0ae0ac668451ccde67752a829acdef2a6583bb2 (diff) | |
download | cpython-94d5a7174aaa107617b208ebc511a8f360196b1a.zip cpython-94d5a7174aaa107617b208ebc511a8f360196b1a.tar.gz cpython-94d5a7174aaa107617b208ebc511a8f360196b1a.tar.bz2 |
Issue #13786: Remove unimplemented 'trace' long option from regrtest.py.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1848,6 +1848,8 @@ Extension Modules 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. |