[Python-Dev] Re: [Python-checkins] CVS: python/dist/src/Lib __phello__.foo.py,NONE,1.1

Guido van Rossum guido@python.org
Fri, 19 Oct 2001 08:31:55 -0400


> Guido van Rossum <gvanrossum@users.sourceforge.net> writes:
> 
> > Update of /cvsroot/python/python/dist/src/Lib
> > In directory usw-pr-cvs1:/tmp/cvs-serv9628/Lib
> > 
> > Added Files:
> > 	__phello__.foo.py 
> 
> $ cvs up && ./configure --prefix=$HOME && make install
> ...
> $ ls ~/lib/python2.2/__phello__.foo.py
> /home/crew/mwh/lib/python2.2/__phello__.foo.py
> 
> ...?  Shouldn't it at least be in 
> 
> /home/crew/mwh/lib/python2.2/test
> 
> ?

No, because that's inside a package (depending on how you run the test
suite) and the test requires a file on sys.path.

--Guido van Rossum (home page: http://www.python.org/~guido/)