This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author python-dev
Recipients belopolsky, python-dev, sable, vstinner
Date 2011-05-09.13:02:50
SpamBayes Score 0.0010326584
Marked as misclassified No
Message-id <E1QJQ6r-0006lQ-Jj@dinsdale.python.org>
In-reply-to
Content
New changeset 1f23d63b578c by Mark Dickinson in branch 'default':
Issue #11188: In log2 tests, create powers of 2 using ldexp(1, n) instead of the less reliable 2.0**n.
http://hg.python.org/cpython/rev/1f23d63b578c
History
Date User Action Args
2011-05-09 13:19:22mark.dickinsonunlinkissue11188 messages
2011-05-09 13:02:54python-devsetrecipients: + python-dev, belopolsky, vstinner, sable
2011-05-09 13:02:50python-devlinkissue11188 messages
2011-05-09 13:02:50python-devcreate