Comment 1 for bug 521023

Revision history for this message
Edward K. Ream (edreamleo) wrote : Re: [Bug 521023] [NEW] help-for-command doesn't work in Python 3.x

On Fri, Feb 12, 2010 at 9:12 AM, tbnorth <email address hidden> wrote:

> help-for-command uses sort(cmp), support for comp went away in 3.x,
> because key is better.

Thanks for this report. I'll fix it immediately and add a unit test.

This looks like case that 2to3 missed.

Edward