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

tismer at codespeak.net tismer at codespeak.net
Sat Jun 21 17:20:30 CEST 2003


Author: tismer
Date: Sat Jun 21 17:20:29 2003
New Revision: 860

Modified:
   pypy/trunk/src/pypy/objspace/std/objspace.py
Log:
commented about some unnormality. (please ignore last ci message)

Modified: pypy/trunk/src/pypy/objspace/std/objspace.py
==============================================================================
--- pypy/trunk/src/pypy/objspace/std/objspace.py	(original)
+++ pypy/trunk/src/pypy/objspace/std/objspace.py	Sat Jun 21 17:20:29 2003
@@ -218,7 +218,7 @@
             import listobject
             return listobject.W_ListObject(self, wrappeditems)
         # print "wrapping %r (%s)" % (x, type(x))
-        # XXX unexpected wrapping of PyByteCode
+        # XXX unexpected wrapping of PyByteCode 
         import cpythonobject
         return cpythonobject.W_CPythonObject(self, x)
 


More information about the Pypy-commit mailing list