[Python-checkins] python/dist/src/Lib/test test_pyclbr.py,1.16,1.17

rhettinger@users.sourceforge.net rhettinger@users.sourceforge.net
Sun, 29 Dec 2002 23:21:34 -0800


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

Modified Files:
	test_pyclbr.py 
Log Message:
Last checkin was missing the tuple comma.
The new "substr in str" feature masked the error.


Index: test_pyclbr.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/test_pyclbr.py,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** test_pyclbr.py	30 Dec 2002 07:04:47 -0000	1.16
--- test_pyclbr.py	30 Dec 2002 07:21:32 -0000	1.17
***************
*** 144,148 ****
  
          # These were once about the 10 longest modules
!         cm('random', ignore=('Random'))  # from _random import Random as CoreGenerator
          cm('cgi', ignore=('log',))      # set with = in module
          cm('mhlib')
--- 144,148 ----
  
          # These were once about the 10 longest modules
!         cm('random', ignore=('Random',))  # from _random import Random as CoreGenerator
          cm('cgi', ignore=('log',))      # set with = in module
          cm('mhlib')