[Python-checkins] python/dist/src/Lib cgitb.py,1.8,1.9 inspect.py,1.46,1.47

tim_one@users.sourceforge.net tim_one@users.sourceforge.net
Sat, 28 Jun 2003 22:46:56 -0700


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

Modified Files:
	cgitb.py inspect.py 
Log Message:
Whitespace normalization.


Index: cgitb.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/cgitb.py,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** cgitb.py	17 Jun 2003 12:58:31 -0000	1.8
--- cgitb.py	29 Jun 2003 05:46:53 -0000	1.9
***************
*** 10,14 ****
      logdir      - if set, tracebacks are written to files in this directory
      context     - number of lines of source code to show for each stack frame
!     format	- 'text' or 'html' controls the output format
  
  By default, tracebacks are displayed but not saved, the context is 5 lines
--- 10,14 ----
      logdir      - if set, tracebacks are written to files in this directory
      context     - number of lines of source code to show for each stack frame
!     format      - 'text' or 'html' controls the output format
  
  By default, tracebacks are displayed but not saved, the context is 5 lines

Index: inspect.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/inspect.py,v
retrieving revision 1.46
retrieving revision 1.47
diff -C2 -d -r1.46 -r1.47
*** inspect.py	27 Jun 2003 18:41:20 -0000	1.46
--- inspect.py	29 Jun 2003 05:46:53 -0000	1.47
***************
*** 326,330 ****
      if iscode(object):
          return object.co_filename
!     raise TypeError('arg is not a module, class, method, ' 
                      'function, traceback, frame, or code object')
  
--- 326,330 ----
      if iscode(object):
          return object.co_filename
!     raise TypeError('arg is not a module, class, method, '
                      'function, traceback, frame, or code object')