[Python-Dev] Re: [Python-checkins] python/dist/src/Lib types.py,1.26,1.27

holger krekel pyth@devel.trillke.net
Fri, 24 May 2002 15:44:28 +0200


Guido van Rossum wrote:
> > I think that "new" might be the place where the type objects are
> > exposed;
> 
> Except its name is wrong.

this may be the road to all evil, but ...

couldn't it be  'type.int' or 'type.UnboundMethod' ?

it looks so nicely explicit and short and of course
'type.type==type' holds :-)

   holger