[Python-checkins] cpython (3.1): put import_fresh_module in __all__

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


http://hg.python.org/cpython/rev/92bc1518f20d
changeset:   69942:92bc1518f20d
branch:      3.1
parent:      69937:bdc68fc8d3c9
user:        Benjamin Peterson <benjamin at python.org>
date:        Sun May 08 15:32:46 2011 -0500
summary:
  put import_fresh_module in __all__

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


diff --git a/Lib/test/support.py b/Lib/test/support.py
--- a/Lib/test/support.py
+++ b/Lib/test/support.py
@@ -32,6 +32,7 @@
     "set_memlimit", "bigmemtest", "bigaddrspacetest", "BasicTestRunner",
     "run_unittest", "run_doctest", "threading_setup", "threading_cleanup",
     "reap_children", "cpython_only", "check_impl_detail", "get_attribute",
+    "import_fresh_module"
     ]
 
 class Error(Exception):

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


More information about the Python-checkins mailing list