[Python-checkins] CVS: python/dist/src README,1.141,1.142

A.M. Kuchling akuchling@users.sourceforge.net
Thu, 21 Mar 2002 15:52:22 -0800


Update of /cvsroot/python/python/dist/src
In directory usw-pr-cvs1:/tmp/cvs-serv4827

Modified Files:
	README 
Log Message:
[Bug #532136] Change path in README, as suggested by Ralph Corderoy

Bugfix candidate.


Index: README
===================================================================
RCS file: /cvsroot/python/python/dist/src/README,v
retrieving revision 1.141
retrieving revision 1.142
diff -C2 -d -r1.141 -r1.142
*** README	11 Mar 2002 01:05:32 -0000	1.141
--- README	21 Mar 2002 23:52:20 -0000	1.142
***************
*** 649,655 ****
  failing test manually, as follows:
  
! 	python ../Lib/test/test_whatever.py
  
! (substituting the top of the source tree for .. if you built in a
  different directory).  This runs the test in verbose mode.
  
--- 649,655 ----
  failing test manually, as follows:
  
! 	./python ./Lib/test/test_whatever.py
  
! (substituting the top of the source tree for '.' if you built in a
  different directory).  This runs the test in verbose mode.