From: Eric Smith Date: Sat, 4 Dec 2010 17:12:41 +0000 (+0000) Subject: More issue #10624: Add requires_IEEE_754 to __all__. X-Git-Tag: v3.2b1~33 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=44588b45d2b9cedb9fd91f82c1b00cd781a56c94;p=python More issue #10624: Add requires_IEEE_754 to __all__. --- diff --git a/Lib/test/support.py b/Lib/test/support.py index a346938d4d..20b0f810f4 100644 --- a/Lib/test/support.py +++ b/Lib/test/support.py @@ -42,7 +42,7 @@ __all__ = [ "set_memlimit", "bigmemtest", "bigaddrspacetest", "BasicTestRunner", "run_unittest", "run_doctest", "threading_setup", "threading_cleanup", "reap_children", "cpython_only", "check_impl_detail", "get_attribute", - "swap_item", "swap_attr"] + "swap_item", "swap_attr", "requires_IEEE_754"] class Error(Exception):