[Python-Dev] rename of ConfigParser module?

Mark Hammond mhammond at skippinet.com.au
Thu May 15 13:37:25 CEST 2008


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?

Cheers,

Mark





More information about the Python-Dev mailing list