Author: Armin Rigo <[email protected]> Branch: extradoc Changeset: r4841:6cfe6c176d33 Date: 2012-10-08 17:53 +0200 http://bitbucket.org/pypy/extradoc/changeset/6cfe6c176d33/
Log: What to do for the upcoming 2.0 release. diff --git a/planning/2.0/todo.txt b/planning/2.0/todo.txt new file mode 100644 --- /dev/null +++ b/planning/2.0/todo.txt @@ -0,0 +1,10 @@ +Things to do +============ + +* Fix ctypes performnace for 2.0 beta +* result-in-resop (maybe) +* NumPy speed for 2.0 final +* cffi on pypy on windows +* raw malloc virtuals +* bug tracker gardening +* all green buildbots _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
