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.