[pypy-svn] r33897 - pypy/dist/pypy/objspace/std

cfbolz at codespeak.net cfbolz at codespeak.net
Mon Oct 30 15:47:23 CET 2006


Author: cfbolz
Date: Mon Oct 30 15:47:22 2006
New Revision: 33897

Modified:
   pypy/dist/pypy/objspace/std/marshal_impl.py
Log:
wuaaa


Modified: pypy/dist/pypy/objspace/std/marshal_impl.py
==============================================================================
--- pypy/dist/pypy/objspace/std/marshal_impl.py	(original)
+++ pypy/dist/pypy/objspace/std/marshal_impl.py	Mon Oct 30 15:47:22 2006
@@ -1,4 +1,4 @@
-/ implementation of marshalling by multimethods
+# implementation of marshalling by multimethods
 
 """
 The idea is to have an effective but flexible



More information about the Pypy-commit mailing list