Differences between revisions 5 and 6
Revision 5 as of 2005-11-22 15:46:30
Size: 586
Comment:
Revision 6 as of 2005-12-04 03:33:40
Size: 729
Editor: lo2-80
Comment:
Deletions are marked like this. Additions are marked like this.
Line 11: Line 11:

   * PEP 302 suggestions (implementing sys.meta_path objects for built-in, frozen, and sys.path importers; search for "phase 2" in the PEP)

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')
    • PEP 302 suggestions (implementing sys.meta_path objects for built-in, frozen, and sys.path importers; search for "phase 2" in the PEP)
  • AST work
    • export AST to Python
      • Basic pychecker functionality
    • rewrite peepholer to use AST instead of modifying bytecode directly (where applicable)
    • rewrite ast.c and compile.c to use arena memory management to cut out memory leaks
  • Patch/bug processing
    • Incorporate PEP content into the LaTeX docs

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

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