[pypy-svn] r13769 - pypy/extradoc/sprintinfo

ale at codespeak.net ale at codespeak.net
Fri Jun 24 12:02:02 CEST 2005


Author: ale
Date: Fri Jun 24 12:02:01 2005
New Revision: 13769

Modified:
   pypy/extradoc/sprintinfo/pre-ep2005-planning.txt
Log:
Implement list builtin (ale, pedronis)

Modified: pypy/extradoc/sprintinfo/pre-ep2005-planning.txt
==============================================================================
--- pypy/extradoc/sprintinfo/pre-ep2005-planning.txt	(original)
+++ pypy/extradoc/sprintinfo/pre-ep2005-planning.txt	Fri Jun 24 12:02:01 2005
@@ -20,7 +20,7 @@
           actually!) 
         - remaining: dict iterators  
 
-  - (mostly easy) tuple to list
+  - Done (mostly easy) tuple to list
         task: the built-in list() should convert from homogenous tuples
               to lists
 
@@ -33,8 +33,8 @@
         DONE isinstance
 
         to be done:
-        - list(list)
-        - list(tuple)
+        - list(list) Done
+        - list(tuple) Done
         - float(int), int(float), float(str) (likely delegate to backend)
        
 



More information about the Pypy-commit mailing list