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: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0939fac795f414c4542cd6cec540888207feb475;p=thirdparty%2FPython%2Fcpython.git Resolved minor XXX question in the obvious way. --- diff --git a/Lib/threading.py b/Lib/threading.py index 78135f9b5398..730da675e543 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__: