]> granicus.if.org Git - python/commit
Merged revisions 77898 via svnmerge from
authorMartin v. Löwis <martin@v.loewis.de>
Mon, 1 Feb 2010 01:18:51 +0000 (01:18 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Mon, 1 Feb 2010 01:18:51 +0000 (01:18 +0000)
commitb1f7b7bef58a2e60eeb61180b400e13f487e139f
treeb8ef825a7acc189dc5fa9a5d64e614693520fbf7
parentb3d77007f4e682c77c0c11439fc9d333a23d7f8b
Merged revisions 77898 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

................
  r77898 | martin.v.loewis | 2010-02-01 02:15:39 +0100 (Mo, 01 Feb 2010) | 17 lines

  Merged revisions 77855-77856,77870 via svnmerge from
  svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3

  ........
    r77855 | benjamin.peterson | 2010-01-30 17:32:05 +0100 (Sa, 30 Jan 2010) | 1 line

    don't return node if it is not changed
  ........
    r77856 | benjamin.peterson | 2010-01-30 17:35:29 +0100 (Sa, 30 Jan 2010) | 1 line

    return None to indicate no change
  ........
    r77870 | benjamin.peterson | 2010-01-31 02:21:26 +0100 (So, 31 Jan 2010) | 1 line

    never return the original node given to transform()
  ........
................
Lib/lib2to3/fixes/fix_import.py
Lib/lib2to3/fixes/fix_itertools_imports.py
Lib/lib2to3/fixes/fix_metaclass.py
Lib/lib2to3/fixes/fix_tuple_params.py
Lib/lib2to3/fixes/fix_xrange.py