Author: Maciej Fijalkowski <[email protected]> Branch: Changeset: r51212:cc4956b9891d Date: 2012-01-10 15:02 +0200 http://bitbucket.org/pypy/pypy/changeset/cc4956b9891d/
Log: add a note about special methods diff --git a/pypy/doc/coding-guide.rst b/pypy/doc/coding-guide.rst --- a/pypy/doc/coding-guide.rst +++ b/pypy/doc/coding-guide.rst @@ -341,7 +341,8 @@ **objects** - Normal rules apply. + Normal rules apply. Special methods are not honoured, except ``__init__`` and + ``__del__``. This layout makes the number of types to take care about quite limited. _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
