summaryrefslogtreecommitdiffstats
path: root/Lib/threading.py
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2011-01-16 09:16:27 (GMT)
committerRaymond Hettinger <python@rcn.com>2011-01-16 09:16:27 (GMT)
commit5bdfd910f5741b2ace6938fa6c2301ecf1b3a077 (patch)
treebf62ed38cf67e61b56105f8382c1a3abde069406 /Lib/threading.py
parent52a43b5dfd5306fbe68f1ce2564f1bc6dd233707 (diff)
downloadcpython-5bdfd910f5741b2ace6938fa6c2301ecf1b3a077.zip
cpython-5bdfd910f5741b2ace6938fa6c2301ecf1b3a077.tar.gz
cpython-5bdfd910f5741b2ace6938fa6c2301ecf1b3a077.tar.bz2
Remove out-of-date comment
Diffstat (limited to 'Lib/threading.py')
-rw-r--r--Lib/threading.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/Lib/threading.py b/Lib/threading.py
index e29ee40..fd93f74 100644
--- a/Lib/threading.py
+++ b/Lib/threading.py
@@ -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