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

sanxiyn at codespeak.net sanxiyn at codespeak.net
Mon Mar 29 04:21:54 CEST 2004


Author: sanxiyn
Date: Mon Mar 29 04:21:49 2004
New Revision: 3466

Modified:
   pypy/trunk/src/pypy/TODO
Log:
more TODO


Modified: pypy/trunk/src/pypy/TODO
==============================================================================
--- pypy/trunk/src/pypy/TODO	(original)
+++ pypy/trunk/src/pypy/TODO	Mon Mar 29 04:21:49 2004
@@ -6,6 +6,8 @@
 * Implements super. Guido's paper, descrintro, has a pure Python
   implementation. Let it run on PyPy. (as of r3461, it doesn't run.)
 
+* Supports traceback. At least sys.exc_info. (Many modules expect it.)
+
 * slicing with assigments & more small things 
   lst[::-2] = lst2
 


More information about the Pypy-commit mailing list