1182
Comment:
|
1539
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
#acl All:read | |
Line 12: | Line 13: |
* PEP 352 (exception hierarchy) * any other PEPs Guido might OK @ PyCon (PEP 352, 357, etc.) |
|
Line 20: | Line 25: |
* Finish work on ast-objects branch | * Finish work on ast-objects branch (it's leaking refs) * Clean up the Grammar file |
Line 32: | Line 39: |
* BuildBot-discovered bugs (http://wiki.python.org/moin/BuildBot and http://www.python.org/dev/buildbot/) |
|
Line 36: | Line 45: |
* Implement `__index__()` (see "str with base" thread on python-dev in January) |
|
Line 40: | Line 47: |
* Implement binary prefix | * Rewrite fileobject to avoid C stdio * Implement final decision on outputting integers in different bases * rewrite setup.py |
Line 46: | Line 57: |
* Thomas Wouters * John Ehresman (probably) |
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)
- PEP 352 (exception hierarchy)
any other PEPs Guido might OK @ PyCon (PEP 352, 357, etc.)
- 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 (it's leaking refs)
- Clean up the Grammar file
- export AST to Python
- 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)
BuildBot-discovered bugs (http://wiki.python.org/moin/BuildBot and http://www.python.org/dev/buildbot/)
- Build
- Rewrite setup.py (for simplification and easier customization)
- Hash out bytes type
- Rewrite fileobject to avoid C stdio
- Implement final decision on outputting integers in different bases
- rewrite setup.py
Attendees
- Brett Cannon
- Thomas Wouters
- John Ehresman (probably)