Use ldexp(q, exp) instead of q*2.**exp in true division test, to avoid bogus failures...
commitd9a6377ff3460749c1d6c1b29ef93ba4c281ae4a
authormark.dickinson <mark.dickinson@6015fed2-1504-0410-9fe1-9d1591cc4771>
Sun, 27 Dec 2009 16:16:02 +0000 (27 16:16 +0000)
committermark.dickinson <mark.dickinson@6015fed2-1504-0410-9fe1-9d1591cc4771>
Sun, 27 Dec 2009 16:16:02 +0000 (27 16:16 +0000)
treeab26d17a6814f35f0a03e1ba02edd8676629eb5c
parentb1e40f5b760c738b872078ca20dc451467ec9be5
Use ldexp(q, exp) instead of q*2.**exp in true division test, to avoid bogus failures on platforms with broken pow (e.g., Ubuntu/ia64).

git-svn-id: http://svn.python.org/projects/python/trunk@77066 6015fed2-1504-0410-9fe1-9d1591cc4771
Lib/test/test_long_future.py