[Python-checkins] r63248 - in python/trunk: Doc/library/configparser.rst Doc/library/logging.rst Lib/distutils/command/upload.py Lib/distutils/config.py Lib/distutils/dist.py Lib/idlelib/configHandler.py Lib/logging/config.py Lib/test/test___all_

M.-A. Lemburg mal at egenix.com
Thu May 15 11:42:08 CEST 2008


On 2008-05-15 02:37, Alexandre Vassalotti wrote:
> On Wed, May 14, 2008 at 7:29 PM, M.-A. Lemburg <mal at egenix.com> wrote:
>> On 2008-05-15 00:44, alexandre.vassalotti wrote:
>>> Author: alexandre.vassalotti
>>> Date: Thu May 15 00:44:22 2008
>>> New Revision: 63248
>>>
>>> Log:
>>> Updated import statements to use the new `configparser` module name.
>>> Updated the documentation to use the new name.
>>> Revert addition of the stub entry for the old name.
>>>
>>> Georg, I am reverting your changes since this commit should propagate
>>> to py3k.
>> Please back out the distutils changes. distutils should stay
>> backwards compatible at least a few releases back, so that it's
>> possible to create packages for older Python versions using
>> the latest distutils version and features as well.
>>
> 
> Done. Should the changes be reverted also in the py3k branch?

I don't think this is an issue for Py3k, since you can't really
expect the Py3k SVN version of distutils to work with Py2.

Thanks for reverting the changes.

-- 
Marc-Andre Lemburg
eGenix.com

Professional Python Services directly from the Source  (#1, May 15 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