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