From: Raymond Hettinger Date: Thu, 4 Jun 2009 00:35:30 +0000 (+0000) Subject: Fix __all__. X-Git-Tag: v3.1rc2~75 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d76b9f18d1d094120faba5bde5aa7b937c3f3f2c;p=python Fix __all__. --- diff --git a/Lib/test/support.py b/Lib/test/support.py index da814228c0..337a33fcfa 100644 --- a/Lib/test/support.py +++ b/Lib/test/support.py @@ -25,7 +25,8 @@ __all__ = ["Error", "TestFailed", "ResourceDenied", "import_module", "vereq", "sortdict", "check_syntax_error", "open_urlresource", "check_warnings", "CleanImport", "EnvironmentVarGuard", "TransientResource", "captured_output", "captured_stdout", - "TransientResource", "transient_internet", "run_with_locale", + "time_out", "socket_peer_reset", "ioerror_peer_reset", + "run_with_locale", "set_memlimit", "bigmemtest", "bigaddrspacetest", "BasicTestRunner", "run_unittest", "run_doctest", "threading_setup", "threading_cleanup", "reap_children", "cpython_only", "check_impl_detail", "get_attribute"]