summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Smith <eric@trueblade.com>2010-12-04 17:12:41 (GMT)
committerEric Smith <eric@trueblade.com>2010-12-04 17:12:41 (GMT)
commit44588b45d2b9cedb9fd91f82c1b00cd781a56c94 (patch)
treeb52afaf57e07d5f94efa5f517eddb3bdda5eb5ec
parent34748cd6a86a423d4c0fd65af0834c8cfbb1db40 (diff)
downloadcpython-44588b45d2b9cedb9fd91f82c1b00cd781a56c94.zip
cpython-44588b45d2b9cedb9fd91f82c1b00cd781a56c94.tar.gz
cpython-44588b45d2b9cedb9fd91f82c1b00cd781a56c94.tar.bz2
More issue #10624: Add requires_IEEE_754 to __all__.
-rw-r--r--Lib/test/support.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/support.py b/Lib/test/support.py
index a346938..20b0f81 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):