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

tim_one@users.sourceforge.net tim_one@users.sourceforge.net
Sun, 29 Jun 2003 10:24:19 -0700


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

Modified Files:
	threading.py 
Log Message:
Whitespace normalization.


Index: threading.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/threading.py,v
retrieving revision 1.35
retrieving revision 1.36
diff -C2 -d -r1.35 -r1.36
*** threading.py	29 Jun 2003 17:07:46 -0000	1.35
--- threading.py	29 Jun 2003 17:24:17 -0000	1.36
***************
*** 61,65 ****
      global _profile_hook
      _profile_hook = func
!     
  def settrace(func):
      global _trace_hook
--- 61,65 ----
      global _profile_hook
      _profile_hook = func
! 
  def settrace(func):
      global _trace_hook
***************
*** 428,432 ****
                  self._note("%s.__bootstrap(): registering profile hook", self)
                  _sys.setprofile(_profile_hook)
!                 
              try:
                  self.run()
--- 428,432 ----
                  self._note("%s.__bootstrap(): registering profile hook", self)
                  _sys.setprofile(_profile_hook)
! 
              try:
                  self.run()