Differences between revisions 2 and 3
Revision 2 as of 2005-11-01 18:06:01
Size: 314
Editor: c-3c8b70d5
Comment:
Revision 3 as of 2005-11-01 22:18:29
Size: 454
Editor: BrettCannon
Comment:
Deletions are marked like this. Additions are marked like this.
Line 12: Line 12:
 * Exporting AST functionality to Python code
   - Basic pychecker functionality
 * AST work

   * export AST to Python for modification before bytecode write-out

       * Basic pychecker functionality

   * rewrite peepholer to use AST instead of modifying bytecode directly (where applicable)

Possibilities include:

  • Implementing PEPs
    • PEP 328 absolute/relative import
    • PEP 341 unifying try/except and try/finally
    • PEP 343 implementation ('with:')
    • PEP 308 implementation ('x if y else z')
  • AST work
    • export AST to Python for modification before bytecode write-out
      • Basic pychecker functionality
    • rewrite peepholer to use AST instead of modifying bytecode directly (where applicable)

PyCon2006/Sprints/PythonCore (last edited 2008-11-15 14:01:17 by localhost)

Unable to edit the page? See the FrontPage for instructions.