]> granicus.if.org Git - python/commit
#7092 - Silence more py3k deprecation warnings, using test_support.check_py3k_warning...
authorFlorent Xicluna <florent.xicluna@gmail.com>
Sun, 21 Mar 2010 01:14:24 +0000 (01:14 +0000)
committerFlorent Xicluna <florent.xicluna@gmail.com>
Sun, 21 Mar 2010 01:14:24 +0000 (01:14 +0000)
commit07627880813ffaad8d9b90bfe8791ccf588b031b
tree14fbe48b451085257da7c79781999cc86729c74f
parent8cb253f8d6333af0a575d5951379c090752c0fc6
#7092 - Silence more py3k deprecation warnings, using test_support.check_py3k_warnings() helper.
38 files changed:
Lib/test/list_tests.py
Lib/test/mapping_tests.py
Lib/test/test_StringIO.py
Lib/test/test_array.py
Lib/test/test_ast.py
Lib/test/test_augassign.py
Lib/test/test_bigmem.py
Lib/test/test_bool.py
Lib/test/test_buffer.py
Lib/test/test_builtin.py
Lib/test/test_call.py
Lib/test/test_class.py
Lib/test/test_ctypes.py
Lib/test/test_descr.py
Lib/test/test_doctest.py
Lib/test/test_heapq.py
Lib/test/test_inspect.py
Lib/test/test_iter.py
Lib/test/test_long.py
Lib/test/test_marshal.py
Lib/test/test_multiprocessing.py
Lib/test/test_operator.py
Lib/test/test_peepholer.py
Lib/test/test_richcmp.py
Lib/test/test_set.py
Lib/test/test_sets.py
Lib/test/test_slice.py
Lib/test/test_socket.py
Lib/test/test_sort.py
Lib/test/test_ssl.py
Lib/test/test_syntax.py
Lib/test/test_types.py
Lib/test/test_undocumented_details.py
Lib/test/test_univnewlines2k.py
Lib/test/test_userdict.py
Lib/test/test_userlist.py
Lib/test/test_weakref.py
Lib/test/test_zipimport_support.py