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 vstinner
Recipients jcea, mark.dickinson, python-dev, rhettinger, vstinner
Date 2011-05-09.09:15:29
SpamBayes Score 1.0104733e-06
Marked as misclassified No
Message-id <1304932530.81.0.106105359337.issue11888@psf.upfronthosting.co.za>
In-reply-to
Content
> Thanks, Victor.  You caught me by surprise a bit

Oh, I thought that the patch was ready to be commited.

> I had some more minor changes to that patch pending,
> so I've committed those separately.

You should add "Issue #11888: " prefix to your commit messages so a bot automatically add comments for the new commits to this issue.

> "Fix cut-and-paste typo in comment: log10 -> log2."

Oh, I didn't notice it, but Terry Reedy

> "Fix nonunique test ids in math_testcases.txt."

Oh, I didn't notice it: why do we need explicit identifiers? Can't we use the line number or something like that? What happens if two tests have the same identifier? Is the first test skipped?

> Any news from the buildbots?

Yes, most of them are happy. Some of them are busy (don't have test log2() yet), others are unhappy but not because of log2(). Said differently: log2 tests pass on most buildbots, but we have to wait 12 hours or maybe one day to wait for all buildbots.

If the test pass on all buildbots, I will commit issue11888-part2.patch to use the system log2 function.
History
Date User Action Args
2011-05-09 09:15:30vstinnersetrecipients: + vstinner, rhettinger, jcea, mark.dickinson, python-dev
2011-05-09 09:15:30vstinnersetmessageid: <1304932530.81.0.106105359337.issue11888@psf.upfronthosting.co.za>
2011-05-09 09:15:30vstinnerlinkissue11888 messages
2011-05-09 09:15:29vstinnercreate