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

arigo at codespeak.net arigo at codespeak.net
Sat Jun 25 14:18:13 CEST 2005


Author: arigo
Date: Sat Jun 25 14:18:12 2005
New Revision: 13849

Modified:
   pypy/extradoc/sprintinfo/pre-ep2005-planning.txt
Log:
Progress in classifying the builtins we use in PyPy.


Modified: pypy/extradoc/sprintinfo/pre-ep2005-planning.txt
==============================================================================
--- pypy/extradoc/sprintinfo/pre-ep2005-planning.txt	(original)
+++ pypy/extradoc/sprintinfo/pre-ep2005-planning.txt	Sat Jun 25 14:18:12 2005
@@ -19,15 +19,6 @@
             Builtins
             --------
 
-            (discuss) apply
-            (remove) callable
-            (should be hidden by the specialcase)compile
-            (remove) hasattr
-            (is not there)long
-            (easy) slice
-            (easy) tuple
-            (easy) unicode
-            (removed) zip
             (easy) xrange
             (easy) max
 
@@ -47,20 +38,18 @@
             (delegating to backend) os.path.exists
             (delegating to backend)os.path.isdir
 
-            (should not be there) __import__
-
 
             Unary operations
             ----------------
 
-            rclass: issubtype
+            rclass: (easy) issubtype
 
-            rdict: method_get
-                   method_copy
-                   method_update
-                   method_keys
-                   method_values
-                   method_items
+            rdict: (easy) method_get
+                   (easy) method_copy
+                   (easy) method_update
+                   (easy) method_keys
+                   (easy) method_values
+                   (easy) method_items
 
             fix the code not to use str.split()
 



More information about the Pypy-commit mailing list