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

hpk at codespeak.net hpk at codespeak.net
Tue May 25 14:43:13 CEST 2004


Author: hpk
Date: Tue May 25 14:43:12 2004
New Revision: 4570

Modified:
   pypy/trunk/src/pypy/TODO
Log:
small corrections in the TODO file 



Modified: pypy/trunk/src/pypy/TODO
==============================================================================
--- pypy/trunk/src/pypy/TODO	(original)
+++ pypy/trunk/src/pypy/TODO	Tue May 25 14:43:12 2004
@@ -10,8 +10,8 @@
 
 * (documentation) generate a nice dot-graph from the structure of PyPy
 
-* trash the standard unittest framework/enhance it (there already
-  is some new version-in-progress in tool/newtest.py)
+* 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
@@ -24,7 +24,7 @@
   and try to apply the same technique for the application level 
   type definitions (types.py) 
 
-* review, 
+* 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,


More information about the Pypy-commit mailing list