]> granicus.if.org Git - python/commit
Merged revisions 79539 via svnmerge from
authorEzio Melotti <ezio.melotti@gmail.com>
Mon, 2 Aug 2010 23:34:49 +0000 (23:34 +0000)
committerEzio Melotti <ezio.melotti@gmail.com>
Mon, 2 Aug 2010 23:34:49 +0000 (23:34 +0000)
commit1d55ec329a08c2d022d4d83887bd71755bc52026
tree01731ecfcdb5a5be08ff566febb4de0cc047636a
parentcc436eb6e83f231c4d5c1bfdd8565b6b4b45effa
Merged revisions 79539 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r79539 | florent.xicluna | 2010-04-01 01:01:03 +0300 (Thu, 01 Apr 2010) | 2 lines

  Replace catch_warnings with check_warnings when it makes sense.  Use assertRaises context manager to simplify some tests.
........
20 files changed:
Lib/test/test_coercion.py
Lib/test/test_commands.py
Lib/test/test_complex.py
Lib/test/test_contextlib.py
Lib/test/test_cookie.py
Lib/test/test_ctypes.py
Lib/test/test_descr.py
Lib/test/test_doctest.py
Lib/test/test_exceptions.py
Lib/test/test_global.py
Lib/test/test_int_literal.py
Lib/test/test_io.py
Lib/test/test_macostools.py
Lib/test/test_pep352.py
Lib/test/test_re.py
Lib/test/test_sundry.py
Lib/test/test_symtable.py
Lib/test/test_urllibnet.py
Lib/test/test_warnings.py
Lib/test/test_zipimport_support.py