From: Mark Dickinson Date: Sun, 27 Dec 2009 19:04:16 +0000 (+0000) Subject: Blocked revisions 77066 via svnmerge X-Git-Tag: v2.6.5rc1~226 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=32e5feeb4724997fb9e5a37d9892b12d1dbffa65;p=python Blocked revisions 77066 via svnmerge ........ r77066 | mark.dickinson | 2009-12-27 16:16:02 +0000 (Sun, 27 Dec 2009) | 1 line 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). ........ ---