Close #13550: Remove the debug machinery from the threading module: remove
verbose arguments from all threading classes and functions.
diff --git a/Misc/NEWS b/Misc/NEWS
index c5cd47a..1e16f96 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -511,6 +511,9 @@
 Library
 -------
 
+- Issue #13550: Remove the debug machinery from the threading module: remove
+  verbose arguments from all threading classes and functions.
+
 - Issue #14159: Fix the len() of weak containers (WeakSet, WeakKeyDictionary,
   WeakValueDictionary) to return a better approximation when some objects
   are dead or dying.  Moreover, the implementation is now O(1) rather than