From: Raymond Hettinger Date: Sun, 16 Jan 2011 09:16:27 +0000 (+0000) Subject: Remove out-of-date comment X-Git-Tag: v3.2rc2~150 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5bdfd910f5741b2ace6938fa6c2301ecf1b3a077;p=thirdparty%2FPython%2Fcpython.git Remove out-of-date comment --- diff --git a/Lib/threading.py b/Lib/threading.py index e29ee40adcee..fd93f7433354 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