]> granicus.if.org Git - python/commit
Merged revisions 73379,73388,73507,73722 via svnmerge from
authorBenjamin Peterson <benjamin@python.org>
Wed, 1 Jul 2009 00:49:09 +0000 (00:49 +0000)
committerBenjamin Peterson <benjamin@python.org>
Wed, 1 Jul 2009 00:49:09 +0000 (00:49 +0000)
commit7e2801d1b5961cd4f94ecc36f707d70bc854fea9
tree19914603b53de1d4dbbdc8376de50fc9709b6fbd
parent4d3f18f2ede442fe2fc28357e4f5ab849f36e12b
Merged revisions 73379,73388,73507,73722 via svnmerge from
svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3

........
  r73379 | benjamin.peterson | 2009-06-11 18:06:21 -0500 (Thu, 11 Jun 2009) | 1 line

  use a real conditional expresion
........
  r73388 | benjamin.peterson | 2009-06-12 09:44:29 -0500 (Fri, 12 Jun 2009) | 1 line

  fix typo in last fix
........
  r73507 | benjamin.peterson | 2009-06-22 13:32:04 -0500 (Mon, 22 Jun 2009) | 1 line

  remove svn:executable property
........
  r73722 | benjamin.peterson | 2009-06-30 19:44:30 -0500 (Tue, 30 Jun 2009) | 1 line

  replace fail* with assert*
........
Lib/lib2to3/fixes/fix_dict.py
Lib/lib2to3/refactor.py [changed mode: 0755->0644]
Lib/lib2to3/tests/test_fixers.py
Lib/lib2to3/tests/test_pytree.py
Lib/lib2to3/tests/test_util.py