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

mwh at codespeak.net mwh at codespeak.net
Mon Apr 26 13:03:36 CEST 2004


Author: mwh
Date: Mon Apr 26 13:03:34 2004
New Revision: 4170

Modified:
   pypy/trunk/src/pypy/TODO
Log:
Test checkin.


Modified: pypy/trunk/src/pypy/TODO
==============================================================================
--- pypy/trunk/src/pypy/TODO	(original)
+++ pypy/trunk/src/pypy/TODO	Mon Apr 26 13:03:34 2004
@@ -8,9 +8,6 @@
 
 * Supports traceback. At least sys.exc_info. (Many modules expect it.)
 
-* slicing with assigments & more small things 
-  lst[::-2] = lst2
-
 * (documentation) generate a nice dot-graph from the structure of PyPy
 
 * trash the standard unittest framework/enhance it (there already


More information about the Pypy-commit mailing list