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

Martin v. Loewis martin@v.loewis.de
22 May 2002 20:59:00 +0200


Guido van Rossum <guido@python.org> writes:

> You mean the use of dispatch[BooleanType]?  You can use dispatch[bool]
> just as well -- 'bool' is the same object as 'BooleanType'.  So I'm
> still confused why you'd have to do anything.

I think Skip still assumes that bool is a function.

Regards,
Martin