[Python-bugs-list] [ python-Bugs-532136 ] README seems wrong.

noreply@sourceforge.net noreply@sourceforge.net
Thu, 21 Mar 2002 15:53:00 -0800


Bugs item #532136, was opened at 2002-03-19 16:25
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=532136&group_id=5470

Category: Documentation
Group: Python 2.2.1 candidate
>Status: Closed
>Resolution: Fixed
Priority: 3
Submitted By: Ralph Corderoy (ralph)
Assigned to: Fred L. Drake, Jr. (fdrake)
Summary: README seems wrong.

Initial Comment:
Hi,

README says:

    IMPORTANT: If the tests fail and you decide to mail
a bug report,
    *don't* include the output of "make test".  It is
useless.  Run the
    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.

I suggest it would be better to write `./python'
otherwise the old,
installed, version is found by users that don't have
the current
directory in their path.

Also, at this point we're in the top level source
directory, so the 
newly built python is ./python.  So Lib isn't ../Lib
but ./Lib, i.e. 
it's in the current directory.  Consequently, the text
about 
substituting the top of the source tree for .. is right
if you built it 
in a different directory.  However, even if you built
it in the current 
directory you still need to substitute the .. AFAICS.

Cheers,


Ralph.


----------------------------------------------------------------------

>Comment By: A.M. Kuchling (akuchling)
Date: 2002-03-21 18:53

Message:
Logged In: YES 
user_id=11375

Good suggestion.  Checked in as rev.1.142 of the README 
file.


----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=532136&group_id=5470