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

M.-A. Lemburg mal at egenix.com
Tue May 13 21:09:14 CEST 2008


On 2008-05-13 20:55, Brett Cannon wrote:
> 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).

Ok, I'll remove them.

-- 
Marc-Andre Lemburg
eGenix.com

Professional Python Services directly from the Source  (#1, May 13 2008)
 >>> Python/Zope Consulting and Support ...        http://www.egenix.com/
 >>> mxODBC.Zope.Database.Adapter ...             http://zope.egenix.com/
 >>> mxODBC, mxDateTime, mxTextTools ...        http://python.egenix.com/
________________________________________________________________________

:::: Try mxODBC.Zope.DA for Windows,Linux,Solaris,MacOSX for free ! ::::


    eGenix.com Software, Skills and Services GmbH  Pastor-Loeh-Str.48
     D-40764 Langenfeld, Germany. CEO Dipl.-Math. Marc-Andre Lemburg
            Registered at Amtsgericht Duesseldorf: HRB 46611


More information about the Python-checkins mailing list