[pypy-commit] pypy py3k: add some TODO list

antocuni noreply at buildbot.pypy.org
Fri Mar 23 18:38:35 CET 2012


Author: Antonio Cuni <anto.cuni at gmail.com>
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


More information about the pypy-commit mailing list