[Python-checkins] cpython (merge 3.1 -> 3.2): merge 3.1

benjamin.peterson python-checkins at python.org
Sun May 8 22:33:24 CEST 2011


http://hg.python.org/cpython/rev/ae6cd69ce9f8
changeset:   69943:ae6cd69ce9f8
branch:      3.2
parent:      69938:c3bd98e1318b
parent:      69942:92bc1518f20d
user:        Benjamin Peterson <benjamin at python.org>
date:        Sun May 08 15:34:24 2011 -0500
summary:
  merge 3.1

files:
  Lib/test/support.py |  5 +++--
  1 files changed, 3 insertions(+), 2 deletions(-)


diff --git a/Lib/test/support.py b/Lib/test/support.py
--- a/Lib/test/support.py
+++ b/Lib/test/support.py
@@ -43,8 +43,9 @@
     "run_unittest", "run_doctest", "threading_setup", "threading_cleanup",
     "reap_children", "cpython_only", "check_impl_detail", "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):
     """Base class for regression test exceptions."""

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list