[pypy-svn] r40960 - pypy/extradoc/planning/1.0

cfbolz at codespeak.net cfbolz at codespeak.net
Wed Mar 21 18:38:52 CET 2007


Author: cfbolz
Date: Wed Mar 21 18:38:49 2007
New Revision: 40960

Modified:
   pypy/extradoc/planning/1.0/TODO.txt
Log:
some updates


Modified: pypy/extradoc/planning/1.0/TODO.txt
==============================================================================
--- pypy/extradoc/planning/1.0/TODO.txt	(original)
+++ pypy/extradoc/planning/1.0/TODO.txt	Wed Mar 21 18:38:49 2007
@@ -27,7 +27,7 @@
     - pypy-c-stackless/tp/taint/jit/GC-framework/thunk
     - pypy-cli-tp/taint/thunk
     - make a matrix of possible combinations (wp13-report)
-      (cfbolz will check in soon)
+      (cfbolz) done
 
   - complete/debug jit on powerpc (mwh)
     somewhat working, debugging in progress
@@ -78,12 +78,12 @@
 
   - consider where/how to put special builtins ("pypymagic"
     might not be a good name), suggestions: 
-    - names: pypybuiltin? decide about name at pypy-sync wednesday 
+    - names: not pypymagic, not pypybuiltin, holger and cf to propose
     - document pypybuiltin module (add docstrings) (done)
     - functions should only be there if the according option
-      is enabled (e.g. method cache) 
-    - options only relating to py.py should not appear in
-      translated version (unless they work :) 
+      is enabled (e.g. method cache) (done)
+    - functions only relating to py.py should not appear in
+      translated version (unless they work :) (done)
     (cfbolz)
 
   - include documentation/entry point for 



More information about the Pypy-commit mailing list