summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMeador Inge <meadori@gmail.com>2012-01-14 17:54:43 (GMT)
committerMeador Inge <meadori@gmail.com>2012-01-14 17:54:43 (GMT)
commit94d5a7174aaa107617b208ebc511a8f360196b1a (patch)
tree5def577d538f191d56387ac94148569673d0e708 /Misc
parent50590f111b14090eacf536280287d2d1743c6a88 (diff)
parentb0ae0ac668451ccde67752a829acdef2a6583bb2 (diff)
downloadcpython-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/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 2c4bec0..adb6e45 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.