[Python-Dev] rename of ConfigParser module? (original) (raw)
Mark Hammond mhammond at skippinet.com.au
Thu May 15 13:37:25 CEST 2008
- Previous message: [Python-Dev] Importing bsddb 4.6.21; with or without AES encryption?
- Next message: [Python-Dev] rename of ConfigParser module?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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 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
- Previous message: [Python-Dev] Importing bsddb 4.6.21; with or without AES encryption?
- Next message: [Python-Dev] rename of ConfigParser module?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]