From: Tim Peters Date: Tue, 1 Jul 2003 19:28:44 +0000 (+0000) Subject: Resolved minor XXX question in the obvious way. X-Git-Tag: v2.3c1~204 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0939fac795f414c4542cd6cec540888207feb475;p=python Resolved minor XXX question in the obvious way. --- diff --git a/Lib/threading.py b/Lib/threading.py index 78135f9b53..730da675e5 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__: