Issue #9282: Fixed --listfuncs option of trace.py.  Thanks Eli
Bendersky for the patch.
diff --git a/Misc/NEWS b/Misc/NEWS
index e9dbc99..ebca774 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -473,6 +473,9 @@
 Library
 -------
 
+- Issue #9282: Fixed --listfuncs option of trace.py.  Thanks Eli
+  Bendersky for the patch.
+
 - Issue #3704: http.cookiejar was not properly handling URLs with a / in the
   parameters.