[pypy-svn] r5089 - pypy/trunk/src/pypy

hpk at codespeak.net hpk at codespeak.net
Tue Jun 15 21:57:04 CEST 2004


Author: hpk
Date: Tue Jun 15 21:57:02 2004
New Revision: 5089

Modified:
   pypy/trunk/src/pypy/TODO
Log:
some more nice tasks 


Modified: pypy/trunk/src/pypy/TODO
==============================================================================
--- pypy/trunk/src/pypy/TODO	(original)
+++ pypy/trunk/src/pypy/TODO	Tue Jun 15 21:57:02 2004
@@ -3,6 +3,13 @@
 
 * not all of CPython's exceptions use the same __init__!
 
+* refactor the cmdline-entrypoints to PyPy aka py.py main.py 
+  interactive.py and traceinteractive.py towards a unified 
+  cmdline tool (py.py) possibly including translator-related
+  things too. 
+
+* cleanup the contents of the tool directory 
+  
 StdObjSpace
 ===========
 



More information about the Pypy-commit mailing list