[pypy-svn] r74310 - pypy/trunk/pypy/module/cpyext

fijal at codespeak.net fijal at codespeak.net
Sat May 1 22:49:12 CEST 2010


Author: fijal
Date: Sat May  1 22:49:10 2010
New Revision: 74310

Modified:
   pypy/trunk/pypy/module/cpyext/methodobject.py
Log:
Keep up to date


Modified: pypy/trunk/pypy/module/cpyext/methodobject.py
==============================================================================
--- pypy/trunk/pypy/module/cpyext/methodobject.py	(original)
+++ pypy/trunk/pypy/module/cpyext/methodobject.py	Sat May  1 22:49:10 2010
@@ -217,7 +217,7 @@
     __doc__ = interp_attrproperty('doc', cls=W_PyCWrapperObject),
     __objclass__ = interp_attrproperty_w('w_objclass', cls=W_PyCWrapperObject),
     __repr__ = interp2app(W_PyCWrapperObject.descr_method_repr),
-    # XXX missing: __getattribute__, __repr__
+    # XXX missing: __getattribute__
     )
 W_PyCWrapperObject.typedef.acceptable_as_base_class = False
 



More information about the Pypy-commit mailing list