Re: [Python-3000] Dealing with timestamp issues for rebuiling AST using Parser/asdl_c.py

2007-05-06 Thread Neal Norwitz
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

Re: [Python-3000] Dealing with timestamp issues for rebuiling AST using Parser/asdl_c.py

2007-05-06 Thread Martin v. Löwis
> 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 ___

[Python-3000] Dealing with timestamp issues for rebuiling AST using Parser/asdl_c.py

2007-05-06 Thread Brett Cannon
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