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 mark.dickinson
Recipients jcea, mark.dickinson, python-dev, rhettinger, vstinner
Date 2011-05-09.13:19:05
SpamBayes Score 0.0005145942
Marked as misclassified No
Message-id <1304947146.47.0.964586848431.issue11888@psf.upfronthosting.co.za>
In-reply-to
Content
Grr.  Got the issue number wrong in the commit message;  see msg135584.


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:06mark.dickinsonsetrecipients: + mark.dickinson, rhettinger, jcea, vstinner, python-dev
2011-05-09 13:19:06mark.dickinsonsetmessageid: <1304947146.47.0.964586848431.issue11888@psf.upfronthosting.co.za>
2011-05-09 13:19:05mark.dickinsonlinkissue11888 messages
2011-05-09 13:19:05mark.dickinsoncreate