[Python-checkins] python/dist/src/Mac/Modules/scrap scrapscan.py,1.7,1.8

jackjansen@users.sourceforge.net jackjansen@users.sourceforge.net
Thu, 15 Aug 2002 15:06:01 -0700


Update of /cvsroot/python/python/dist/src/Mac/Modules/scrap
In directory usw-pr-cvs1:/tmp/cvs-serv7639/scrap

Modified Files:
	scrapscan.py 
Log Message:
Fixed the bugs in the constant definitions, and in the code to test
them.
The FutureWarnings are still there, until a way has been found to
say "I know what I'm doing here when I say 0xff000000".


Index: scrapscan.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Modules/scrap/scrapscan.py,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** scrapscan.py	15 Aug 2002 21:48:15 -0000	1.7
--- scrapscan.py	15 Aug 2002 22:05:58 -0000	1.8
***************
*** 20,25 ****
  	scanner.scan()
  	scanner.close()
! 	print "=== Testing definitions output code ==="
! 	execfile(defsoutput, {}, {})
  	print "=== Done scanning and generating, now importing the generated code... ==="
  	exec "import " + SHORT + "support"
--- 20,25 ----
  	scanner.scan()
  	scanner.close()
! ##	print "=== Testing definitions output code ==="
! ##	execfile(defsoutput, {}, {})
  	print "=== Done scanning and generating, now importing the generated code... ==="
  	exec "import " + SHORT + "support"