[pypy-svn] r5631 - pypy/trunk/src/pypy

mwh at codespeak.net mwh at codespeak.net
Fri Jul 23 12:50:42 CEST 2004


Author: mwh
Date: Fri Jul 23 12:50:41 2004
New Revision: 5631

Modified:
   pypy/trunk/src/pypy/TODO
Log:
just move a couple of items out of the StdObjSpace section


Modified: pypy/trunk/src/pypy/TODO
==============================================================================
--- pypy/trunk/src/pypy/TODO	(original)
+++ pypy/trunk/src/pypy/TODO	Fri Jul 23 12:50:41 2004
@@ -13,6 +13,19 @@
 * an oldie: move interpreter/unittest_w.py somewhere more appropriate
   and give it a better name.
 
+* (documentation) remove/retire all web-pages referencing e.g.
+  AnnSpace or other deprecated stuff
+
+* Review, enhance the new mixed-level module mechanism
+  (e.g. the module/builtin*.py files comprise the builtin module)
+  and try to apply the same technique for the application level 
+  type definitions (types.py). Think about a way to split up
+  especially app-level definitions of __builtin__ into multiple
+  files. (like allowing __builtin__ to be a directory with files
+  comprising the complete definition of the builtin module etc.pp) 
+
+* review whatever you like 
+
 StdObjSpace
 ===========
 
@@ -34,19 +47,6 @@
 * port pypy's testing framework to std.utest (probably a sprint topic, 
   as some discussion how to do it is required) 
 
-* (documentation) remove/retire all web-pages referencing e.g.
-  AnnSpace or other deprecated stuff
-
-* Review, enhance the new mixed-level module mechanism
-  (e.g. the module/builtin*.py files comprise the builtin module)
-  and try to apply the same technique for the application level 
-  type definitions (types.py). Think about a way to split up
-  especially app-level definitions of __builtin__ into multiple
-  files. (like allowing __builtin__ to be a directory with files
-  comprising the complete definition of the builtin module etc.pp) 
-
-* review whatever you like 
-
 * clear out and do a clean implementation of multimethod delegation.
   The idea is to give 'kinds' to arguments according to their use,
   e.g. 'numeric argument' or 'object whose identity is preserved'.



More information about the Pypy-commit mailing list