[Python-checkins] python/dist/src/Lib threading.py,1.36,1.37

tim_one@users.sourceforge.net tim_one@users.sourceforge.net
Tue, 01 Jul 2003 12:28:46 -0700


Update of /cvsroot/python/python/dist/src/Lib
In directory sc8-pr-cvs1:/tmp/cvs-serv12035/Lib

Modified Files:
	threading.py 
Log Message:
Resolved minor XXX question in the obvious way.


Index: threading.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/threading.py,v
retrieving revision 1.36
retrieving revision 1.37
diff -C2 -d -r1.36 -r1.37
*** threading.py	29 Jun 2003 17:24:17 -0000	1.36
--- threading.py	1 Jul 2003 19:28:44 -0000	1.37
***************
*** 27,31 ****
  # Debug support (adapted from ihooks.py)
  
! _VERBOSE = 0 # XXX Bool or int?
  
  if __debug__:
--- 27,31 ----
  # Debug support (adapted from ihooks.py)
  
! _VERBOSE = False
  
  if __debug__: