[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_

Brett Cannon brett at python.org
Thu May 15 03:15:54 CEST 2008


On Wed, May 14, 2008 at 5:37 PM, Alexandre Vassalotti
<alexandre at peadrop.com> 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?

So it can import a stub module that does not exist in Py3K? Only the
new name should exist in 3.0, so I would not revert it.

-Brett


More information about the Python-checkins mailing list