[Python-3000-checkins] r63350 - python/branches/py3k

alexandre.vassalotti python-3000-checkins at python.org
Fri May 16 05:14:20 CEST 2008


Author: alexandre.vassalotti
Date: Fri May 16 05:14:20 2008
New Revision: 63350

Log:
Blocked revisions 63105,63240,63255,63279,63323,63326,63347 via svnmerge

........
  r63105 | alexandre.vassalotti | 2008-05-11 19:12:38 -0400 (Sun, 11 May 2008) | 2 lines
  
  Revert commit r63086.
........
  r63240 | alexandre.vassalotti | 2008-05-14 17:52:37 -0400 (Wed, 14 May 2008) | 5 lines
  
  Moved copy_reg stub module to lib-old/.
  
  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.
........


Modified:
   python/branches/py3k/   (props changed)


More information about the Python-3000-checkins mailing list