[pypy-svn] r38734 - pypy/dist/pypy/doc

pedronis at codespeak.net pedronis at codespeak.net
Tue Feb 13 18:12:25 CET 2007


Author: pedronis
Date: Tue Feb 13 18:12:23 2007
New Revision: 38734

Modified:
   pypy/dist/pypy/doc/faq.txt
Log:
__class__ is RPython, at least reading it.



Modified: pypy/dist/pypy/doc/faq.txt
==============================================================================
--- pypy/dist/pypy/doc/faq.txt	(original)
+++ pypy/dist/pypy/doc/faq.txt	Tue Feb 13 18:12:23 2007
@@ -212,7 +212,7 @@
 different types in the same variable. In this respect (and in some others) it
 feels a bit like Java. Other features not allowed in RPython are the usage of
 special methods (``__XXX__``) except ``__init__`` and ``__del__`` and reflection
-capabilities (e.g. ``__dict__`` and ``__class__``).
+capabilities (e.g. ``__dict__``).
 
 Most existing standard library modules are not RPython, except for some
 functions in ``os``, ``math`` and ``time``. In general it is quite unlikely that



More information about the Pypy-commit mailing list