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

hpk at codespeak.net hpk at codespeak.net
Thu Oct 23 14:26:17 CEST 2003


Author: hpk
Date: Thu Oct 23 14:26:17 2003
New Revision: 2022

Modified:
   pypy/trunk/src/pypy/TODO
Log:
updated the TODO list a bit.  armin and me plan to do some
refactoring of the flowmodel and the PyPy sprint announcement
on saturday (25th oct 2003). 



Modified: pypy/trunk/src/pypy/TODO
==============================================================================
--- pypy/trunk/src/pypy/TODO	(original)
+++ pypy/trunk/src/pypy/TODO	Thu Oct 23 14:26:17 2003
@@ -1,13 +1,20 @@
+Task: refactor the flowmodel to translator/flowmodel.idea
+      (Armin and Holger plan on doing this next saturday)
+
+Task: announce the AmsterdamSprint (maybe together with the next task)
+Task: announce the EU proposal
+      (Armin and Holger plan on doing this next saturday)
+
 Task: update pypy homepage
 
+Task: add more builtins! (like e.g. 'dir')
+
 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 StdObjSpace review!)
 
       lst[::-2] = lst2
@@ -27,5 +34,3 @@
       AnnSpace or other deprecated stuff
 
 Task: (documentation) do more and enhance
-
-


More information about the Pypy-commit mailing list