]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Merged revisions 78758 via svnmerge from
authorEzio Melotti <ezio.melotti@gmail.com>
Mon, 2 Aug 2010 18:10:09 +0000 (18:10 +0000)
committerEzio Melotti <ezio.melotti@gmail.com>
Mon, 2 Aug 2010 18:10:09 +0000 (18:10 +0000)
commitf613f352d05cafbec6c4524c67f3eed00a0c4857
treefe0e22ba0c4a6de17a04580c26cf19c8cc136528
parent800a354fa946d777b8df92e5b0bd07e92f6f9a3b
Merged revisions 78758 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r78758 | florent.xicluna | 2010-03-07 14:18:33 +0200 (Sun, 07 Mar 2010) | 4 lines

  Issue #7849: Now the utility ``check_warnings`` verifies if the warnings are
  effectively raised.  A new utility ``check_py3k_warnings`` deals with py3k warnings.
........
Lib/test/string_tests.py
Lib/test/test_fileio.py
Lib/test/test_index.py
Lib/test/test_random.py
Lib/test/test_support.py
Lib/test/test_unicode.py
Misc/NEWS