[pypy-svn] extradoc extradoc: I think Python object model contains more hard features, but those are the

fijal commits-noreply at bitbucket.org
Thu Apr 7 02:55:03 CEST 2011


Author: Maciej Fijalkowski <fijall at gmail.com>
Branch: extradoc
Changeset: r3487:05f912892730
Date: 2011-04-07 02:39 +0200
http://bitbucket.org/pypy/extradoc/changeset/05f912892730/

Log:	I think Python object model contains more hard features, but those
	are the major ones

diff --git a/talk/icooolps2011/paper.tex b/talk/icooolps2011/paper.tex
--- a/talk/icooolps2011/paper.tex
+++ b/talk/icooolps2011/paper.tex
@@ -327,7 +327,7 @@
 In this straightforward implementation the methods and attributes are just
 stored in dictionaries (hash maps) on the classes and instances, respectively.
 While this object model is very
-simple it already contains all the hard parts of Python's object model. Both
+simple it already contains most hard parts of Python's object model. Both
 instances and classes can have arbitrary fields, and they are changeable at
 any time.  Moreover, instances can change their class after they have been
 created.


More information about the Pypy-commit mailing list