]> granicus.if.org Git - python/commitdiff
Resolved minor XXX question in the obvious way.
authorTim Peters <tim.peters@gmail.com>
Tue, 1 Jul 2003 19:28:44 +0000 (19:28 +0000)
committerTim Peters <tim.peters@gmail.com>
Tue, 1 Jul 2003 19:28:44 +0000 (19:28 +0000)
Lib/threading.py

index 78135f9b539859bb77eb9509e127f24371c1aa70..730da675e543390a4dfba6ada7de5be068dea2e7 100644 (file)
@@ -26,7 +26,7 @@ del thread
 
 # Debug support (adapted from ihooks.py)
 
-_VERBOSE = 0 # XXX Bool or int?
+_VERBOSE = False
 
 if __debug__: