[Python-Dev] astgen.py vs. ASDL for ASTs (original) (raw)
Eli Bendersky eliben at gmail.com
Wed Sep 25 15:36:51 CEST 2013
- Previous message: [Python-Dev] astgen.py vs. ASDL for ASTs
- Next message: [Python-Dev] astgen.py vs. ASDL for ASTs
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Wed, Sep 25, 2013 at 6:35 AM, Eli Bendersky <eliben at gmail.com> wrote:
On Wed, Sep 25, 2013 at 6:28 AM, Benjamin Peterson <benjamin at python.org>wrote: 2013/9/25 Eli Bendersky <eliben at gmail.com>: > Hello, > > Some history (as best as I could collect it) followed by a question: > > Before Python 2.5, the ast stdlib module was auto generated by a script > named astgen.py from a textual AST definition in Tools/compiler/ast.txt. Sorry, what Python 2.4 ast stdlib module? Any module named "ast" (or "ast") didn't exist until 2.5. Lib/compiler/ast.py (that's in 2.4) Sorry, I should have been more precise
http://docs.python.org/release/2.4/lib/module-compiler.ast.html -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-dev/attachments/20130925/7d5d27a9/attachment.html>
- Previous message: [Python-Dev] astgen.py vs. ASDL for ASTs
- Next message: [Python-Dev] astgen.py vs. ASDL for ASTs
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]