IsString

Xavier Morel xavier.morel at masklinn.net
Tue Dec 13 12:59:42 EST 2005


Tom Anderson wrote:
> In what sense are the names-bound-to-references-to-objects not variables?
> 

In the sense that a variable has various meta-informations (at least a 
type) while a Python name has no information. A Python name would be 
equivalent to a C void pointer, it can mean *any*thing and has no 
value/meaning by itself, only the object it references has.



More information about the Python-list mailing list