937
Comment:
|
1422
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
Possibilities include: | = Possible Topics = |
Line 11: | Line 11: |
* any other PEPs Guido might OK @ PyCon (PEP 352, etc.) |
|
Line 30: | Line 32: |
* 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/) |
|
Line 33: | Line 39: |
* Implement `__index__()` (see "str with base" thread on python-dev in January) * Hash out bytes type * Implement final decision on outputting integers in different bases * rewrite setup.py = Attendees = * Brett Cannon |
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)
any other PEPs Guido might OK @ PyCon (PEP 352, 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
- 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)
Implement __index__() (see "str with base" thread on python-dev in January)
- Hash out bytes type
- Implement final decision on outputting integers in different bases
- rewrite setup.py
Attendees
- Brett Cannon