[Python-checkins] CVS: python/dist/src/Tools/bgen/bgen scantools.py,1.22,1.22.2.1

Tim Peters tim_one@users.sourceforge.net
Tue, 17 Jul 2001 21:13:58 -0700


Update of /cvsroot/python/python/dist/src/Tools/bgen/bgen
In directory usw-pr-cvs1:/tmp/cvs-serv20213/descr/dist/src/Tools/bgen/bgen

Modified Files:
      Tag: descr-branch
	scantools.py 
Log Message:
2.2a1 release:  merge of trunk date2001-07-17a -> trunk date2001-07-17b.


Index: scantools.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Tools/bgen/bgen/scantools.py,v
retrieving revision 1.22
retrieving revision 1.22.2.1
diff -C2 -r1.22 -r1.22.2.1
*** scantools.py	2001/07/13 22:28:36	1.22
--- scantools.py	2001/07/18 04:13:56	1.22.2.1
***************
*** 471,475 ****
  		if self.asplit.match(part) < 0:
  			self.error("Indecipherable argument: %s", `part`)
- 			import pdb ; pdb.set_trace()
  			return ("unknown", part, mode)
  		type, name, array = self.asplit.group('type', 'name', 'array')
--- 471,474 ----