From 5bdfd910f5741b2ace6938fa6c2301ecf1b3a077 Mon Sep 17 00:00:00 2001 From: Raymond Hettinger Date: Sun, 16 Jan 2011 09:16:27 +0000 Subject: Remove out-of-date comment --- Lib/threading.py | 4 ---- 1 file changed, 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 -- cgit v0.12