Resolved minor XXX question in the obvious way.

This commit is contained in:
Tim Peters 2003-07-01 19:28:44 +00:00
parent 3ede7848a9
commit 0939fac795
1 changed files with 1 additions and 1 deletions

View File

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