Update locals() / resolved

David Eppstein eppstein at ics.uci.edu
Tue Apr 30 15:40:15 EDT 2002


In article <mailman.1020193732.29753.python-list at python.org>,
 holger krekel <pyth at devel.trillke.net> wrote:

> > Thes names aren't reserved in any way...
> 
> right. i do it all the time for file,str,dict,string,list...
> they are simply to short and descriptive to be left bound
> to something i don't access directly. and using type('') or
> friends is usually a very precise way of expressing that
> you want the type object for that particular thing.

So what do you do when you have overridden type?

-- 
David Eppstein       UC Irvine Dept. of Information & Computer Science
eppstein at ics.uci.edu http://www.ics.uci.edu/~eppstein/



More information about the Python-list mailing list