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

tismer at codespeak.net tismer at codespeak.net
Thu Jun 23 20:07:01 CEST 2005


Author: tismer
Date: Thu Jun 23 20:07:00 2005
New Revision: 13737

Modified:
   pypy/extradoc/sprintinfo/pre-ep2005-planning.txt
Log:
list stuff is done (ale + chris)

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 20:07:00 2005
@@ -35,8 +35,8 @@
               are all uses of hex, oct, repr.
     mostly DONE apart from instances which we're not sure we need anyway
 
-  - (easy) list methods reverse, pop, insert, index(?)
-        task: only left: remove the single index() call in PyPy (typeobject.py)
+  - DONE (easy) list methods reverse, pop, insert, index(!)
+        task: do it. also support contains
 
   - (easy) tuple concatenation
         task: do it



More information about the Pypy-commit mailing list