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