Remove out-of-date comment

This commit is contained in:
Raymond Hettinger 2011-01-16 09:16:27 +00:00
parent 52a43b5dfd
commit 5bdfd910f5
1 changed files with 0 additions and 4 deletions

View File

@ -35,10 +35,6 @@ del _thread
# Debug support (adapted from ihooks.py).
# All the major classes here derive from _Verbose. We force that to
# be a new-style class so that all the major classes here are new-style.
# This helps debugging (type(instance) is more revealing for instances
# of new-style classes).
_VERBOSE = False