Differences between revisions 12 and 13
Revision 12 as of 2006-01-17 06:49:38
Size: 1126
Editor: lo2-80
Comment:
Revision 13 as of 2006-01-18 04:59:52
Size: 1152
Editor: lo2-80
Comment:
Deletions are marked like this. Additions are marked like this.
Line 38: Line 38:
 * Hash out bytes type

Possible Topics

  • Implementing PEPs
    • PEP 328 absolute/relative import
    • PEP 343 implementation ('with:')
    • PEP 308 implementation ('x if y else z')
    • PEP 302 suggestions (fix pydoc and traceback printing to support zipfiles, implement sys.meta_path objects for built-in, frozen, and sys.path importers; search for "phase 2" in the PEP for other ideas)
  • AST work
    • export AST to Python
      • Basic pychecker functionality
    • rewrite peepholer to use AST instead of modifying bytecode directly (where applicable)
    • Finish work on ast-objects branch
  • Patch/bug processing
    • Incorporate PEP content into the LaTeX docs
    • Bugs to look at: 777884 (needs ruling from an XML/minidom maintainer)

    • Patches to look at: 686545 (mailbox modification -- SoC-supported work)

    • Bugs/patches left over from last Bug Day (PythonBugDayStatus)

  • Build
    • Rewrite setup.py (for simplification and easier customization)
  • Implement __index__() (see "str with base" thread on python-dev in January)

  • Hash out bytes type

Attendees

  • Brett Cannon

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

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