Stub modules will be easier to track (and remove) if they are all kept
in lib-old/, instead of sprinkling them throughout the library.
........
r63255 | alexandre.vassalotti | 2008-05-14 20:33:57 -0400 (Wed, 14 May 2008) | 6 lines
Revert distutils changes done in r63248.
As explained by Marc-Andre Lemburg, distutils needs to stay
backward-compatible. Therefore, it should use the old ConfigParser
module name.
........
r63279 | brett.cannon | 2008-05-14 23:32:11 -0400 (Wed, 14 May 2008) | 1 line
Deprecate imgfile for removal in 3.0.
........
r63323 | andrew.kuchling | 2008-05-15 16:06:51 -0400 (Thu, 15 May 2008) | 1 line
Use lowercase version of module name
........
r63326 | alexandre.vassalotti | 2008-05-15 16:30:56 -0400 (Thu, 15 May 2008) | 5 lines
Revert r63323: Use lowercase version of module name.
The distutils module should continue to use the old ConfigParser name,
for backward-compatibility.
........
r63347 | alexandre.vassalotti | 2008-05-15 22:06:59 -0400 (Thu, 15 May 2008) | 6 lines
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.
........