On 09/04/2002 08:51:00 AM I  wrote:

>In fact, the situation is greyer. I do use Python 2.2 features in all the
>objects that I create and instantiate in Webware. I just can't use the
>features in any subclass of Servlet or any subclass that mixes in my
>objects (because of the assertion in line 187 of ServletFactory--or is the
>failure of the assertion unrelated to Python 2.2?).

I just checked... it is indeed true that mixins to any Servlet subclass
cannot be new style classes due to the assertion in line 187 of
ServletFactory. If you comment out that assertion, Webware is happy to use
new style class mixins.

...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