Hi all, looks like the first Python 3 beta could make it before the dev1 get-together.
> Executive summary: Python 2.6 and 3.0 finals are planned for September > 3, 2008. > > PEP 361 contains all the gory details; from the PEP: > > Feb 29 2008: Python 2.6a1 and 3.0a3 are released > Apr 02 2008: Python 2.6a2 and 3.0a4 planned > May 07 2008: Python 2.6a3 and 3.0a5 planned > Jun 04 2008: Python 2.6b1 and 3.0b1 planned > Jul 02 2008: Python 2.6b2 and 3.0b2 planned > Aug 06 2008: Python 2.6rc1 and 3.0rc1 planned > Aug 20 2008: Python 2.6rc2 and 3.0rc2 planned > Sep 03 2008: Python 2.6 and 3.0 final > > http://www.python.org/dev/peps/pep-0361/ The beta-1 release, expected for June 2008, is supposed to have a stable C-API, which is the point where it makes sense to think about porting Cython. Stefan _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
