]> granicus.if.org Git - python/commit
Merged revisions 79187-79189 via svnmerge from
authorEzio Melotti <ezio.melotti@gmail.com>
Tue, 3 Aug 2010 04:08:59 +0000 (04:08 +0000)
committerEzio Melotti <ezio.melotti@gmail.com>
Tue, 3 Aug 2010 04:08:59 +0000 (04:08 +0000)
commitd24b5d8fc786ba0532aebf24db21ed097446514f
tree2486431a7b0622a0e54195b26ef4a1ddb773f662
parent620f5c91d78f2b8d5600e838ec3a33f109b89bb3
Merged revisions 79187-79189 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r79187 | florent.xicluna | 2010-03-21 12:50:44 +0200 (Sun, 21 Mar 2010) | 2 lines

  Silence more py3k warnings in unittest.case.
........
  r79188 | florent.xicluna | 2010-03-21 12:51:40 +0200 (Sun, 21 Mar 2010) | 2 lines

  Fix py3k warnings in test_decimal, using unittest.assertItemsEqual.
........
  r79189 | florent.xicluna | 2010-03-21 13:03:21 +0200 (Sun, 21 Mar 2010) | 2 lines

  Silence some py3k SyntaxWarning using check_py3k_warnings() with "exec" statements.
........
Lib/test/test_compile.py
Lib/test/test_complex_args.py
Lib/test/test_decimal.py