[Python-checkins] r63108 - in python/trunk: Makefile.pre.in Misc/NEWS Modules/Setup.dist

Brett Cannon brett at python.org
Tue May 13 20:55:15 CEST 2008


On Tue, May 13, 2008 at 11:20 AM, M.-A. Lemburg <mal at egenix.com> wrote:
> On 2008-05-12 01:39, brett.cannon wrote:
>
> > Author: brett.cannon
> > Date: Mon May 12 01:39:04 2008
> > New Revision: 63108
> >
> > Log:
> > Put Lib/lib-old back on to sys.path for module renames.
> >
> >
> > Modified:
> >   python/trunk/Makefile.pre.in
> >   python/trunk/Misc/NEWS
> >   python/trunk/Modules/Setup.dist
> >
> > Modified: python/trunk/Makefile.pre.in
> >
> ==============================================================================
> > --- python/trunk/Makefile.pre.in        (original)
> > +++ python/trunk/Makefile.pre.in        Mon May 12 01:39:04 2008
> > @@ -814,7 +814,9 @@
> >                lib2to3 lib2to3/fixes lib2to3/pgen2 \
> >                ctypes ctypes/test ctypes/macholib idlelib idlelib/Icons \
> >                distutils distutils/command distutils/tests
> $(XMLLIBSUBDIRS) \
> > -               setuptools setuptools/command setuptools/tests
> setuptools.egg-info \
> > +               setuptools setuptools/command setuptools/tests \
> > +               setuptools.egg-info \
> > +               lib-old \
> >
>
>  Just curious: what's are the setuptools dirs doing in Makefile.pre.in ?
>
>  Is that a left-over from r45525 ?

That's quite possible. I didn't touch anything in there for fear of
breaking something (took me a while to figure out how to get lib-old
to show up in sys.path).

-Brett


More information about the Python-checkins mailing list