Author: Amaury Forgeot d'Arc <amaur...@gmail.com> Branch: py3k Changeset: r47945:186690e4ab43 Date: 2011-10-11 22:42 +0200 http://bitbucket.org/pypy/pypy/changeset/186690e4ab43/
Log: Initiate a py3k branch. Nothing works here, the 3.2 stdlib is missing. diff --git a/pypy/module/sys/version.py b/pypy/module/sys/version.py --- a/pypy/module/sys/version.py +++ b/pypy/module/sys/version.py @@ -7,7 +7,7 @@ from pypy.interpreter import gateway #XXX # the release serial 42 is not in range(16) -CPYTHON_VERSION = (2, 7, 1, "final", 42) #XXX # sync patchlevel.h +CPYTHON_VERSION = (3, 2, 2, "final", 0) #XXX # sync patchlevel.h CPYTHON_API_VERSION = 1013 #XXX # sync with include/modsupport.h PYPY_VERSION = (1, 6, 1, "dev", 0) #XXX # sync patchlevel.h _______________________________________________ pypy-commit mailing list pypy-commit@python.org http://mail.python.org/mailman/listinfo/pypy-commit