[pypy-svn] rev 996 - pypy/trunk/src/pypy/objspace/std

tismer at codespeak.net tismer at codespeak.net
Mon Jun 23 16:40:12 CEST 2003


Author: tismer
Date: Mon Jun 23 16:40:11 2003
New Revision: 996

Modified:
   pypy/trunk/src/pypy/objspace/std/iterobject_app.py
Log:
clarified comment, soon to be removed

Modified: pypy/trunk/src/pypy/objspace/std/iterobject_app.py
==============================================================================
--- pypy/trunk/src/pypy/objspace/std/iterobject_app.py	(original)
+++ pypy/trunk/src/pypy/objspace/std/iterobject_app.py	Mon Jun 23 16:40:11 2003
@@ -15,3 +15,5 @@
     # Yes, the implementation is complete, I think
 
 # XXX design a way to have this working and get rid of iterobject.py
+# (a very long term design goal, when the interpreter is so fast that
+# we can do almost everything in app space -- for now, we just svn rm this!)


More information about the Pypy-commit mailing list