[pypy-svn] r49835 - pypy/extradoc/planning/roadmap

xoraxax at codespeak.net xoraxax at codespeak.net
Sun Dec 16 14:38:26 CET 2007


Author: xoraxax
Date: Sun Dec 16 14:38:24 2007
New Revision: 49835

Added:
   pypy/extradoc/planning/roadmap/task_catch_up_with_2_x.txt
      - copied, changed from r49834, pypy/extradoc/planning/roadmap/readme.txt
Modified:
   pypy/extradoc/planning/roadmap/goal_cpython_replacement.txt
Log:
Added new task (catch up with cpy 2.5), fixed includes in the goal.

Modified: pypy/extradoc/planning/roadmap/goal_cpython_replacement.txt
==============================================================================
--- pypy/extradoc/planning/roadmap/goal_cpython_replacement.txt	(original)
+++ pypy/extradoc/planning/roadmap/goal_cpython_replacement.txt	Sun Dec 16 14:38:24 2007
@@ -8,6 +8,8 @@
 do the porting of modules and other tasks that are beyond the
 resources of the core project.
 
+These tasks have no specific ordering currently. (XXX do they?)
+
 .. include:: task_refactor_jit.txt
 
 .. include:: task_optimize_jit.txt
@@ -18,7 +20,11 @@
 
 .. include:: task_wrapper_generator.txt
 
-.. include:: task_more_modules.txt
+.. include:: task_catch_up_with_2_x.txt
+
+.. include:: task_modules_rffi.txt
+
+.. include:: task_modules_3rdparty.txt
 
 .. include:: task_manual_optimizations.txt
 



More information about the Pypy-commit mailing list