summaryrefslogtreecommitdiffstats
path: root/Lib/threading.py
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2003-07-01 19:28:44 (GMT)
committerTim Peters <tim.peters@gmail.com>2003-07-01 19:28:44 (GMT)
commit0939fac795f414c4542cd6cec540888207feb475 (patch)
tree6169f84eba8e3f8958fc302f033b8350d540d103 /Lib/threading.py
parent3ede7848a9e4b01b26349c2bfeee088188f1b751 (diff)
downloadcpython-0939fac795f414c4542cd6cec540888207feb475.zip
cpython-0939fac795f414c4542cd6cec540888207feb475.tar.gz
cpython-0939fac795f414c4542cd6cec540888207feb475.tar.bz2
Resolved minor XXX question in the obvious way.
Diffstat (limited to 'Lib/threading.py')
-rw-r--r--Lib/threading.py2
1 files changed, 1 insertions, 1 deletions
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__: