[pypy-svn] rev 1584 - pypy/trunk/src/pypy

arigo at codespeak.net arigo at codespeak.net
Sat Oct 4 19:07:58 CEST 2003


Author: arigo
Date: Sat Oct  4 19:07:58 2003
New Revision: 1584

Added:
   pypy/trunk/src/pypy/TODO
Log:
A to-do list


Added: pypy/trunk/src/pypy/TODO
==============================================================================
--- (empty file)
+++ pypy/trunk/src/pypy/TODO	Sat Oct  4 19:07:58 2003
@@ -0,0 +1,27 @@
+Task: fix interpreter-level object introspection from app-level 
+      (make dis.dis(dis.dis) goal work as a side effect)
+
+Task: provide an importer that can include packages (we can't at the 
+      moment)
+
+Task: complete builtins! (like e.g. 'dir')
+
+Task: slicing with assigments & more small things (finish review)
+
+      lst[::-2] = lst2
+
+Task: try tests of CPython in PyPy
+
+Task: generate a nice dot-graph from the structure of PyPy
+
+Task: trash the standard unittest framework
+
+Task: complete the list of operations in type inference (annotation.py)
+
+Task: (documentation) remove/retire all web-pages referencing e.g.
+      AnnSpace or other deprecated stuff
+
+Task: (documentation) do more and enhance
+
+
+


More information about the Pypy-commit mailing list