Label-Value (was: Re: Inheriting the @ sign from Ruby)

Clarence Gardner clarence at netlojix.com
Wed Dec 13 10:54:37 EST 2000


On Tue, 12 Dec 2000, Fredrik Lundh wrote:
>
>All Python objects has the following:
>
>    -- some content
>    -- an unique identity (a integer, returned by id(x))
>    -- a type (returned by type(x))
>
>You cannot change the identity.
>
>You cannot change the type.
>
[snip]

Nice summary, Fredrik!

I have no idea if it would have been such an enjoyable read if I didn't
already understand Python :)



More information about the Python-list mailing list