[Python-checkins] python/dist/src/PCbuild python20.wse,1.123,1.124

tim_one@users.sourceforge.net tim_one@users.sourceforge.net
Mon, 12 May 2003 12:42:07 -0700


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

Modified Files:
	python20.wse 
Log Message:
Effectively renamed tokenize_tests.py to have a txt extension instead.
This file isn't meant to be executed, it's data input for test_tokenize.py.
The problem with the .py extension is that it uses "non-standard"
indentation, and it's good to test that, but reindent.py keeps wanting
to fix it.  But fixing the indentation causes the expected-output file to
change, since exact line and column numbers are part of the
tokenize.tokenize() output getting tested.


Index: python20.wse
===================================================================
RCS file: /cvsroot/python/python/dist/src/PCbuild/python20.wse,v
retrieving revision 1.123
retrieving revision 1.124
diff -C2 -d -r1.123 -r1.124
*** python20.wse	8 May 2003 18:13:59 -0000	1.123
--- python20.wse	12 May 2003 19:42:04 -0000	1.124
***************
*** 2358,2361 ****
--- 2358,2367 ----
    Flags=0000000000000010
  end
+ item: Install File
+   Source=..\lib\test\*.txt
+   Destination=%MAINDIR%\Lib\test
+   Description=Python Test files
+   Flags=0000000000000010
+ end
  item: Remark
  end