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

Michael Hudson mwh@python.net
19 Oct 2001 04:23:52 -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

?

Cheers,
M.