On 09/04/2002 09:30:55 AM Geoffrey Talvola wrote:

>Which assertion causes the problem?
>
>    assert type(theClass) is ClassType
>or
>    assert issubclass(theClass, Servlet)
>?
>I assume it's the first one, right?
>
>Is there a way to rewrite the assertion so that it still provides some
>protection against screwups but works with new-style class mixins?

It's the first one. But it would be nice to do something about the second
one too since it is the one that prevents the use of delegation.

...Edmund.



-------------------------------------------------------
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
_______________________________________________
Webware-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-devel

Reply via email to