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

hpk at codespeak.net hpk at codespeak.net
Sat Jun 25 10:21:14 CEST 2005


Author: hpk
Date: Sat Jun 25 10:21:13 2005
New Revision: 13832

Modified:
   pypy/extradoc/sprintinfo/pre-ep2005-planning.txt
Log:
memoized functions with a single PBC arg work



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 10:21:13 2005
@@ -8,8 +8,8 @@
   status report:
 
   - (hard) (holger, armin) prebuilt constants -- PBCs -- and dicts with PBC keys
-        tasks: 1. call to memoized functions, at first with a single PBC arg 
-               2. find out if we really have visible dicts with PBC keys
+    DONE 1. call to memoized functions, at first with a single PBC arg 
+    2. find out if we really have visible dicts with PBC keys
 
   - (probably trivial) verify that we've done all the builtins we
     need for translation.     



More information about the Pypy-commit mailing list