File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -16,9 +16,8 @@ Objects, values and types
1616 single: data
1717
1818:dfn: `Objects ` are Python's abstraction for data. All data in a Python program
19- is represented by objects or by relations between objects. (In a sense, and in
20- conformance to Von Neumann's model of a "stored program computer", code is also
21- represented by objects.)
19+ is represented by objects or by relations between objects. Even code is
20+ represented by objects.
2221
2322.. index ::
2423 pair: built-in function; id
@@ -29,9 +28,6 @@ represented by objects.)
2928 single: mutable object
3029 single: immutable object
3130
32- .. XXX it *is* now possible in some cases to change an object's
33- type, under certain controlled conditions
34-
3531Every object has an identity, a type and a value. An object's *identity * never
3632changes once it has been created; you may think of it as the object's address in
3733memory. The :keyword: `is ` operator compares the identity of two objects; the
You can’t perform that action at this time.
0 commit comments