Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3a0792d

Browse files
committed
merge 3.2
2 parents 845f152 + 31dc373 commit 3a0792d

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

Lib/test/support.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,9 @@
4242
"BasicTestRunner", "run_unittest", "run_doctest", "threading_setup",
4343
"threading_cleanup", "reap_children", "cpython_only", "check_impl_detail",
4444
"get_attribute", "swap_item", "swap_attr", "requires_IEEE_754",
45-
"TestHandler", "Matcher", "can_symlink", "skip_unless_symlink"]
46-
45+
"TestHandler", "Matcher", "can_symlink", "skip_unless_symlink",
46+
"import_fresh_module"
47+
]
4748

4849
class Error(Exception):
4950
"""Base class for regression test exceptions."""

0 commit comments

Comments
 (0)