[pypy-svn] rev 1051 - pypy/trunk/doc/sprintinfo

hpk at codespeak.net hpk at codespeak.net
Tue Jun 24 15:42:33 CEST 2003


Author: hpk
Date: Tue Jun 24 15:42:33 2003
New Revision: 1051

Modified:
   pypy/trunk/doc/sprintinfo/LouvainLaNeuveReport.txt
Log:
enhanced links and infos



Modified: pypy/trunk/doc/sprintinfo/LouvainLaNeuveReport.txt
==============================================================================
--- pypy/trunk/doc/sprintinfo/LouvainLaNeuveReport.txt	(original)
+++ pypy/trunk/doc/sprintinfo/LouvainLaNeuveReport.txt	Tue Jun 24 15:42:33 2003
@@ -5,10 +5,10 @@
 
   - reviewed, improved and enriched object implementations
     mostly done by Christian, Alex 
-    boolobject, cpythonobject, instmethobject, longobject (removed),
-	sliceobject, userobject, dictobject, iterobject
+    boolobject_, cpythonobject_, instmethobject_, longobject_ (removed),
+    sliceobject_, userobject_, dictobject_, iterobject_
     not reviewed so far? 
-	tupleobject, listobject, intobject, floatobject
+    tupleobject, listobject, intobject, floatobject
 
   - stringobject was completed with lots of tests 
     (Tomek, Guenter)
@@ -22,7 +22,7 @@
 - implemented language features
     - implemented nested scopes (Michael, Holger)
       dissassociated the frame.locals implementation from
-      the dict objectspace implementation (Guido, holger)
+      the dict objectspace implementation (Guido, Holger)
 
     - implemented generators (Michael, Holger)  in Std,Triv space
 


More information about the Pypy-commit mailing list