[Python-3000] Dealing with timestamp issues for rebuiling AST using Parser/asdl_c.py (original) (raw)
Neal Norwitz nnorwitz at gmail.com
Mon May 7 08:10:39 CEST 2007
- Previous message: [Python-3000] Dealing with timestamp issues for rebuiling AST using Parser/asdl_c.py
- Next message: [Python-3000] [Python-Dev] Pre-pre PEP for 'super' keyword
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 5/6/07, "Martin v. Löwis" <martin at v.loewis.de> wrote:
> File "./Parser/asdlc.py", line 744 > print(autogenmsg, file=f)
I think asdlc.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.
This is the case since about 6 minutes before you sent your message. :-)
Date: Mon May 7 07:29:18 2007 New Revision: 55162
Modified: python/branches/p3yk/Parser/asdl.py python/branches/p3yk/Parser/asdl_c.py python/branches/p3yk/Parser/spark.py Log: Get asdl code gen working with Python 2.3. Should continue to work with 3.0
n
- Previous message: [Python-3000] Dealing with timestamp issues for rebuiling AST using Parser/asdl_c.py
- Next message: [Python-3000] [Python-Dev] Pre-pre PEP for 'super' keyword
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]