]> granicus.if.org Git - python/commit
Merged revisions 67183,67191,67371 via svnmerge from
authorMartin v. Löwis <martin@v.loewis.de>
Tue, 25 Nov 2008 03:08:21 +0000 (03:08 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Tue, 25 Nov 2008 03:08:21 +0000 (03:08 +0000)
commit64903f9ed9e46741fa096925c97dad2d2b5c984d
tree64debfc5dcb8fa8d97703a382e47ce89b5bc5914
parent2b5d6ebfe5b6477cb5d5b6cd043c6350910b5656
Merged revisions 67183,67191,67371 via svnmerge from
svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3

........
  r67183 | benjamin.peterson | 2008-11-11 04:51:33 +0100 (Di, 11 Nov 2008) | 1 line

  handle 'import x as y' in fix_imports; this still needs more work...
........
  r67191 | benjamin.peterson | 2008-11-12 00:24:51 +0100 (Mi, 12 Nov 2008) | 1 line

  super() is good
........
  r67371 | benjamin.peterson | 2008-11-24 23:02:00 +0100 (Mo, 24 Nov 2008) | 1 line

  don't blow up in the metaclass fixer when assignments in the class statement aren't simple
........
Lib/lib2to3/fixes/fix_import.py
Lib/lib2to3/fixes/fix_metaclass.py
Lib/lib2to3/tests/test_fixers.py