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

eric.smith python-checkins at python.org
Sat Dec 4 18:12:41 CET 2010


Author: eric.smith
Date: Sat Dec  4 18:12:41 2010
New Revision: 87052

Log:
More issue #10624: Add requires_IEEE_754 to __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	Sat Dec  4 18:12:41 2010
@@ -42,7 +42,7 @@
     "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):


More information about the Python-checkins mailing list