PyPy 2.5-features list

List of tasks for GSoC/PyPy 2.5 features

You can check out this and test what I’m currently doing using the PyPy 2.5-features branch:

svn co http://codespeak.net/svn/pypy/branch/2.5-features

Tasks:

PEP 308
Conditional Expressions

PEP 328
Imports Multi-line and absolute/relative

PEP 342
Coroutines via Enhanced Generators
(rumours are that parts of this PEP are already implemented and that the implementation has to be matched to the current spec in the PEP)

PEP 343
The “with” statement.

PEP 352
Required Superclass for Exceptions

Small changes

  • defaultdict needs to be implemented
  • new __hash__ semantics
  • UnicodeWarning
  • ImportWarning
  • class C(): pass

Merge the stdlibin progress