[Python-checkins] r73194 - python/branches/py3k/Lib/test/support.py

raymond.hettinger python-checkins at python.org
Thu Jun 4 02:35:30 CEST 2009


Author: raymond.hettinger
Date: Thu Jun  4 02:35:30 2009
New Revision: 73194

Log:
Fix __all__.

Modified:
   python/branches/py3k/Lib/test/support.py

Modified: python/branches/py3k/Lib/test/support.py
==============================================================================
--- python/branches/py3k/Lib/test/support.py	(original)
+++ python/branches/py3k/Lib/test/support.py	Thu Jun  4 02:35:30 2009
@@ -25,7 +25,8 @@
            "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"]


More information about the Python-checkins mailing list