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

pedronis at codespeak.net pedronis at codespeak.net
Thu Jun 23 21:46:05 CEST 2005


Author: pedronis
Date: Thu Jun 23 21:46:04 2005
New Revision: 13752

Modified:
   pypy/extradoc/sprintinfo/pre-ep2005-planning.txt
Log:
update:

- min (as far as used in Pypy) done

- listing of the builtins that need to be done




Modified: pypy/extradoc/sprintinfo/pre-ep2005-planning.txt
==============================================================================
--- pypy/extradoc/sprintinfo/pre-ep2005-planning.txt	(original)
+++ pypy/extradoc/sprintinfo/pre-ep2005-planning.txt	Thu Jun 23 21:46:04 2005
@@ -27,6 +27,14 @@
               possibly remove support for some of them
         
         Done removing zip from PyPy codebase
+        DONE min
+
+        to be done:
+        - list(list)
+        - list(tuple)
+        - isinstance
+        - float(int), int(float), float(str) (likely delegate to backend)
+       
 
   - (mostly easy) a few more operations: issubtype, ...?
         task: go through them one by one and decide if they should



More information about the Pypy-commit mailing list