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

arigo at codespeak.net arigo at codespeak.net
Sun Jun 26 14:22:05 CEST 2005


Author: arigo
Date: Sun Jun 26 14:22:03 2005
New Revision: 13940

Modified:
   pypy/extradoc/sprintinfo/pre-ep2005-planning.txt
Log:
Some more things done.


Modified: pypy/extradoc/sprintinfo/pre-ep2005-planning.txt
==============================================================================
--- pypy/extradoc/sprintinfo/pre-ep2005-planning.txt	(original)
+++ pypy/extradoc/sprintinfo/pre-ep2005-planning.txt	Sun Jun 26 14:22:03 2005
@@ -34,7 +34,7 @@
                    (DONE) (easy) method_values (?)
                    (DONE) (easy) method_items (?)
                    (DONE) (easy) contains		  
-            (easy) rstr: str.split(single_constant_character)
+            (DONE) (easy) rstr: str.split(single_constant_character)
 
 
             Binary operations
@@ -43,11 +43,12 @@
             (easy) rstr: mul, inplace_mul  (for CharRepr only!)
 
             (easy) 'contains' applied on:
-                     * dict of string keys
-                     * constant tuple of ints
-                     * constant tuple of strings
+                     * (DONE) dict of string keys
+                     * (DONE) constant tuple of ints
+                     * (DONE) constant tuple of strings
                      * constant tuple of unicode characters
-                     * constant dict with int keys (which are pending now)
+                                  -- needs constant dict of unichr keys
+                     * (DONE) constant dict with int keys
                      * constant string
                      * string
 
@@ -61,7 +62,7 @@
                 override:fake_object
                 override:cpy_compile
 
-* prebuilt immutable dictionaries with int keys
+* (DONE) prebuilt immutable dictionaries with int keys
 
 * (partially DONE) convert each file that does 
   'from ... import *' to use explicit imports (e.g. 



More information about the Pypy-commit mailing list