]> granicus.if.org Git - python/commit
Issue #7849: Now the utility ``check_warnings`` verifies if the warnings are
authorFlorent Xicluna <florent.xicluna@gmail.com>
Sun, 7 Mar 2010 12:18:33 +0000 (12:18 +0000)
committerFlorent Xicluna <florent.xicluna@gmail.com>
Sun, 7 Mar 2010 12:18:33 +0000 (12:18 +0000)
commit6de9e938a5f70128a77c589b3ec40936f6335c1c
treec92fde2ad98ab954b494c59b1554da17f3720ccd
parent1f3b4e12e8ba9cd896625ba02ea1ab6849ca3a07
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_ascii_formatd.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