Kaydet (Commit) 3a0792da authored tarafından Benjamin Peterson's avatar Benjamin Peterson

merge 3.2

...@@ -42,8 +42,9 @@ __all__ = [ ...@@ -42,8 +42,9 @@ __all__ = [
"BasicTestRunner", "run_unittest", "run_doctest", "threading_setup", "BasicTestRunner", "run_unittest", "run_doctest", "threading_setup",
"threading_cleanup", "reap_children", "cpython_only", "check_impl_detail", "threading_cleanup", "reap_children", "cpython_only", "check_impl_detail",
"get_attribute", "swap_item", "swap_attr", "requires_IEEE_754", "get_attribute", "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."""
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment