[Python-Dev] rename of ConfigParser module?

Alexander Michael lxander.m at gmail.com
Thu May 15 14:57:59 CEST 2008


On Thu, May 15, 2008 at 7:37 AM, Mark Hammond <mhammond at skippinet.com.au> wrote:
> Trying to build pywin32 from the trunk, I see:
>
> from distutils.config import PyPIRCCommand
>  File "C:\src\python-svn\lib\distutils\config.py", line 8, in <module>
> from ConfigParser import ConfigParser
> ImportError: No module named ConfigParser
>
> Digging a little deeper, I see:
>
> |r63242 | alexandre.vassalotti | 2008-05-15 08:07:07 +1000 (Thu, 15 May
> 2008) | 2 lines
> |
> |Renamed the ConfigParser module to 'configparser'.
>
> Is there something I've missed?

<http://www.python.org/dev/peps/pep-3108>?


More information about the Python-Dev mailing list