[Python-3000] Py3k release schedule worries (original) (raw)
Baptiste Carvello baptiste13 at altern.org
Thu Dec 21 22:35:53 CET 2006
- Previous message: [Python-3000] Py3k release schedule worries
- Next message: [Python-3000] Py3k release schedule worries
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Brett Cannon a écrit :
But compile (along wth exec, but I don't think you wanted to move that) are just plain different. Dynamic code execution is its own thing that I do not directly associate with the specifics of the interpreter. Maybe a module named 'dynamic' or 'execution'?
btw, we already have a "compiler" and a "parser" module. Maybe they should all be gathered in your "execution" module ?
BC
- Previous message: [Python-3000] Py3k release schedule worries
- Next message: [Python-3000] Py3k release schedule worries
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]