Mark Dickinson <[email protected]> added the comment: I've tweaked the loghelper algorithm in r85048.
Looking at [n for n in range(100) if log(2**n) != n], I get: Python 3.1: 14 bad values out of 1st 100; first is 29 Python 3.2 (patched): 10 bad values; first is 29 Python 3.2 (unpatched): 25 bad values; first is 2. ---------- resolution: -> fixed status: open -> closed _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue9959> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
