]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Merged revisions 61724-61824 via svnmerge from
authorMartin v. Löwis <martin@v.loewis.de>
Mon, 24 Mar 2008 00:46:53 +0000 (00:46 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Mon, 24 Mar 2008 00:46:53 +0000 (00:46 +0000)
commit966d0e0930e9d73456a47ff459ea04ea8dc1cf9c
treedb8f036732aa019cfd6769c537e197d9fc9711f6
parent440ca772f33b7c2eae1beb2e26a643d3054066f9
Merged revisions 61724-61824 via svnmerge from
svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3

........
  r61730 | martin.v.loewis | 2008-03-22 02:20:58 +0100 (Sa, 22 Mär 2008) | 2 lines

  More explicit relative imports.
........
  r61755 | david.wolever | 2008-03-22 21:33:52 +0100 (Sa, 22 Mär 2008) | 1 line

  Fixing #2446 -- 2to3 now translates 'import foo' to 'from . import foo'
........
  r61824 | david.wolever | 2008-03-24 01:30:24 +0100 (Mo, 24 Mär 2008) | 3 lines

  Fixed a bug where 'from itertools import izip' would return 'from itertools import'
........
Lib/lib2to3/fixes/fix_import.py
Lib/lib2to3/fixes/fix_itertools_imports.py
Lib/lib2to3/fixes/util.py
Lib/lib2to3/tests/benchmark.py
Lib/lib2to3/tests/pytree_idempotency.py
Lib/lib2to3/tests/test_fixers.py