]> granicus.if.org Git - python/commit
Fixed import of configparser in the distutils module.
authorAlexandre Vassalotti <alexandre@peadrop.com>
Fri, 16 May 2008 02:06:59 +0000 (02:06 +0000)
committerAlexandre Vassalotti <alexandre@peadrop.com>
Fri, 16 May 2008 02:06:59 +0000 (02:06 +0000)
commiteb8cef26648d7d443a5570a2e653d9d07c284c42
tree7dd5905787f5c53675e55422a999b54ccd51bfde
parentfa40bbf6252d224fb479d051d236edf6a79a0c8d
Fixed import of configparser in the distutils module.

If configparser is unavailable, try to import configparser using its
old name. This is required for backward-compatibility with older
Python versions.
Lib/distutils/command/upload.py
Lib/distutils/config.py
Lib/distutils/dist.py