[Python-checkins] CVS: python/dist/src README,1.136.4.3,1.136.4.4

Michael Hudson mwh@users.sourceforge.net
Mon, 25 Mar 2002 05:15:54 -0800


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

Modified Files:
      Tag: release22-maint
	README 
Log Message:
backport akuchling's checkin of
    revision 1.142 of README

[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.136.4.3
retrieving revision 1.136.4.4
diff -C2 -d -r1.136.4.3 -r1.136.4.4
*** README	17 Mar 2002 19:39:24 -0000	1.136.4.3
--- README	25 Mar 2002 13:15:52 -0000	1.136.4.4
***************
*** 648,654 ****
  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.
  
--- 648,654 ----
  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.