From 0939fac795f414c4542cd6cec540888207feb475 Mon Sep 17 00:00:00 2001 From: Tim Peters Date: Tue, 1 Jul 2003 19:28:44 +0000 Subject: Resolved minor XXX question in the obvious way. --- Lib/threading.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/threading.py b/Lib/threading.py index 78135f9..730da67 100644 --- a/Lib/threading.py +++ b/Lib/threading.py @@ -26,7 +26,7 @@ del thread # Debug support (adapted from ihooks.py) -_VERBOSE = 0 # XXX Bool or int? +_VERBOSE = False if __debug__: -- cgit v0.12