[pypy-svn] pypy default: Mention assignment to __class__ here for now.

arigo commits-noreply at bitbucket.org
Fri Jan 21 16:46:48 CET 2011


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r41150:2a4b99210147
Date: 2011-01-21 16:46 +0100
http://bitbucket.org/pypy/pypy/changeset/2a4b99210147/

Log:	Mention assignment to __class__ here for now.

diff --git a/pypy/doc/cpython_differences.txt b/pypy/doc/cpython_differences.txt
--- a/pypy/doc/cpython_differences.txt
+++ b/pypy/doc/cpython_differences.txt
@@ -215,5 +215,11 @@
   at 768 KB, corresponding to roughly 1480 Python calls on
   Linux.)
 
+* assignment to ``__class__`` is limited to the cases where it
+  works on CPython 2.5.  On CPython 2.6 and 2.7 it works in a bit
+  more cases, which are not supported by PyPy so far.  (If needed,
+  it could be supported, but then it will likely work in many
+  *more* case on PyPy than on CPython 2.6/2.7.)
+
 
 .. include:: _ref.txt


More information about the Pypy-commit mailing list