[Python-3000] A couple 2to3 questions

Collin Winter collinw at gmail.com
Sun Aug 26 21:44:54 CEST 2007


On 8/25/07, Neal Norwitz <nnorwitz at gmail.com> wrote:
> On 8/25/07, skip at pobox.com <skip at pobox.com> wrote:
> >     2. I noticed a couple places where it seems to replace "if isinstance"
> >        with "ifinstance".  Seems like an output bug of some sort.
>
> That bug was probably me.  I did some large changes and broke
> somethings a while back.  I've since learned my lesson and just use
> 2to3 to automate the task. :-)

It wasn't you; it was a bug in fix_type_equality. I've fixed it in r57514.

Collin Winter


More information about the Python-3000 mailing list