Differences between revisions 18 and 19
Revision 18 as of 2008-02-18 19:32:23
Size: 3922
Editor: PhilipJenvey
Comment: subprocess=done, source encodings should come w/ the new parser/compiler alpha
Revision 19 as of 2008-04-04 20:46:03
Size: 3922
Editor: PhilipJenvey
Comment: target new style exceptions for alpha
Deletions are marked like this. Additions are marked like this.
Line 16: Line 16:
 * [http://www.python.org/dev/peps/pep-0352/ PEP 352]: Exceptions as new-style classes
Line 43: Line 44:
 * [http://www.python.org/dev/peps/pep-0352/ PEP 352]: Exceptions as new-style classes

This is a specific list of the features needed to make releases towards Jython 2.5. The first alpha will be made once Jython supports all CPython 2.5 language level features. After the alphas have stabilized, all the library and Jython-only features will be completed in the beta series of releases. Once all the features are present in the betas, we'll go into release candidate mode until 2.5 is finally released.

Just because a feature is in the beta list, that doesn't mean it can't land before the alpha release. It only means it isn't necessary before the alpha. Actually since all of the alpha features are dependent on the new compiler and parser, the beta tasks can be a good starting point. PEPs 292, 305, 324 and 327 should be doable with trunk as can the template removal tasks and bugtests migration at the end of the list.

Alpha

Done

Beta

RoadMap (last edited 2013-02-06 23:22:57 by FrankWierzbicki)