]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Remove out-of-date comment
authorRaymond Hettinger <python@rcn.com>
Sun, 16 Jan 2011 09:16:27 +0000 (09:16 +0000)
committerRaymond Hettinger <python@rcn.com>
Sun, 16 Jan 2011 09:16:27 +0000 (09:16 +0000)
Lib/threading.py

index e29ee40adcee8d9fb4209af65e44a6314366d2c8..fd93f7433354b2f87dd1964e6e56ba20589873d7 100644 (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