On 5/6/07, "Martin v. Löwis" <[EMAIL PROTECTED]> wrote:
> > File "./Parser/asdl_c.py", line 744
> > print(auto_gen_msg, file=f)
>
> I think asdl_c.py should be formulated in a way
> that is compatible with 2.x. It already uses
> f.write in many places; the few remaining ones
> should be updat
> File "./Parser/asdl_c.py", line 744
> print(auto_gen_msg, file=f)
I think asdl_c.py should be formulated in a way
that is compatible with 2.x. It already uses
f.write in many places; the few remaining ones
should be updated.
Regards,
Martin
___
I am sending this email to make sure people are aware of a possible build
problem they might come up against that is unique to Python 3.0 and how to
deal with it.
I decided to do a ``make distclean`` and rebuild my p3yk checkout. But I
came across the error of::
File "./Parser/asdl_c.py", line