[Webware-devel] TaskKit exception handler

2002-09-03 Thread Jeff Johnson
Hi all, Is there any easy way to have TaskKit tasks handle exceptions like WebKit pages? It would be great if any exceptions encountered in a task were emailed to the admin as a standard feature of TaskKit. Regards, Jeff --- This sf.net ema

[Webware-devel] Python 2.2 compatibility

2002-09-03 Thread Edmund Lian
Say, are there any plans to have Webware be fully Python 2.2 compatible? I'm thinking specifically about the issue of Webware's classes not being new style classes. Without this, it isn't possible to take advantage of the new multiple inheritance method resolution system, and also the super() call

Re: [Webware-devel] Python 2.2 compatibility

2002-09-03 Thread Ian Bicking
On Tue, 2002-09-03 at 16:51, Edmund Lian wrote: > Say, are there any plans to have Webware be fully Python 2.2 compatible? > I'm thinking specifically about the issue of Webware's classes not being > new style classes. Without this, it isn't possible to take advantage of the > new multiple inheri

Re: [Webware-devel] Python 2.2 compatibility

2002-09-03 Thread Edmund Lian
On 09/04/2002 02:41:19 AM Ian Bicking wrote: >It *is* 2.2 compatible (AFAIK), I think you are proposing that it should >use 2.2 features. This would make it incompatible with pre-2.2 Python. Are you sure about this Ian? AFAIK, calls like super() and use of the new multiple inheritance method r