[Python-checkins] r88043 - python/branches/py3k/Lib/threading.py
raymond.hettinger
python-checkins at python.org
Sun Jan 16 10:16:27 CET 2011
Author: raymond.hettinger
Date: Sun Jan 16 10:16:27 2011
New Revision: 88043
Log:
Remove out-of-date comment
Modified:
python/branches/py3k/Lib/threading.py
Modified: python/branches/py3k/Lib/threading.py
==============================================================================
--- python/branches/py3k/Lib/threading.py (original)
+++ python/branches/py3k/Lib/threading.py Sun Jan 16 10:16:27 2011
@@ -35,10 +35,6 @@
# 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
More information about the Python-checkins
mailing list