import a modified module

Mark Jackson mjackson at alumni.caltech.edu
Sat Mar 27 16:12:24 EST 2004


David MacQuigg <dmq at gain.com> writes:
> On 26 Mar 2004 20:03:45 GMT, mjackson at alumni.caltech.edu (Mark
> Jackson) wrote:

> I don't understand why the term "references" is suboptimal.  A module
> M1 has a namespace, which is detailed in a dictionary M1.__dict__.
> This dictionary contains _references_ to objects in memory (not the
> objects themselves).  What terminology would be better?

Binding (of names to objects).  To quote Aahz,

> I'm saving up time for a longer response to Donn, but here's a short
> one: I'm not at all opposed to using "reference" and indeed I use it all
> the time.  I just think that using "binding" is preferable in most cases
> because it gets people out of the pointer mindset.

-- 
Mark Jackson - http://www.alumni.caltech.edu/~mjackson
    The supreme misfortune is when theory outstrips performance.
				- Leonardo da Vinci





More information about the Python-list mailing list