mirror of https://github.com/python/cpython.git
merge 3.1
This commit is contained in:
commit
31dc3735a5
|
@ -43,8 +43,9 @@
|
||||||
"run_unittest", "run_doctest", "threading_setup", "threading_cleanup",
|
"run_unittest", "run_doctest", "threading_setup", "threading_cleanup",
|
||||||
"reap_children", "cpython_only", "check_impl_detail", "get_attribute",
|
"reap_children", "cpython_only", "check_impl_detail", "get_attribute",
|
||||||
"swap_item", "swap_attr", "requires_IEEE_754",
|
"swap_item", "swap_attr", "requires_IEEE_754",
|
||||||
"TestHandler", "Matcher", "can_symlink", "skip_unless_symlink"]
|
"TestHandler", "Matcher", "can_symlink", "skip_unless_symlink",
|
||||||
|
"import_fresh_module"
|
||||||
|
]
|
||||||
|
|
||||||
class Error(Exception):
|
class Error(Exception):
|
||||||
"""Base class for regression test exceptions."""
|
"""Base class for regression test exceptions."""
|
||||||
|
|
Loading…
Reference in New Issue