Author: Antonio Cuni <[email protected]> Branch: py3k Changeset: r53950:677b89e22d6f Date: 2012-03-23 17:46 +0100 http://bitbucket.org/pypy/pypy/changeset/677b89e22d6f/
Log: add some TODO list diff --git a/TODO b/TODO new file mode 100644 --- /dev/null +++ b/TODO @@ -0,0 +1,8 @@ +kill Exception.message + +what to do with the ListRangeStrategy? We also have __builtin__.functional.W_Range + +run coverage against the parser/astbuilder/astcompiler: it's probably full of +dead code because the grammar changed + +re-enable IntDictStrategy _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
