On Mon, 2008-01-21 at 01:22 +0100, Jason Tackaberry wrote:
> Log:
> Exception handlers now are expected to take three arguments instead of one:
> exception type, exception value, and traceback.
My log got cut short, I accidentally exited the editor. Here's the full
log:
Exception handlers now ar
Hi,
I got this traceback with rel-1 current svn while browsing to the radar
map for Malaga (Dublin was fine).
2008-01-20 20:23:15,589 DEBUGoneclick.py (1079): update_content()
2008-01-20 20:23:15,590 DEBUGoneclick.py (1065): update_map()
2008-01-20 20:23:15,594 INFO osd.py (672): SDL
On Sun, 2008-01-20 at 11:18 +0100, Dirk Meyer wrote:
> A second reason: you always get one parameter for your callback when
> you connect to an InProgress object (the return value or the
> exception). With your proposal it is harder to handle return and
> exception in one function, IMHO it looks st
"Wander Winkelhorst" wrote:
> I've tried Duncan's modified test, and it detects all the VCD's I've tried
> so far as VCD's, so good job all of you!
Thanks, I modified version of that patch is now in svn.
Dischi
--
multitasking = screwing up several things at once
pgphVSURsOnNK.pgp
Descripti
On Jan 15, 2008 8:00 PM, Duncan Webb <[EMAIL PROTECTED]> wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Duncan Webb wrote:
> |> Duncan Webb wrote:
> |>> Dirk Meyer wrote:
> |>> | Duncan Webb wrote:
> |>> |> Dirk Meyer wrote:
> |>> |> | Dirk Meyer wrote:
> |>> |> |> Hi,
> |>> |> |>
>
Dirk Meyer wrote:
> Jason Tackaberry wrote:
>> On Fri, 2008-01-18 at 23:00 +0100, Dirk Meyer wrote:
>>> I added some doc for this. This task should be done in two steps.
>>> First make sure yield_execution always returns an InProgress object
>>> and second add the new Python 2.5 code. I did some ch
Jason Tackaberry wrote:
> On Fri, 2008-01-18 at 23:00 +0100, Dirk Meyer wrote:
>> I added some doc for this. This task should be done in two steps.
>> First make sure yield_execution always returns an InProgress object
>> and second add the new Python 2.5 code. I did some changes and added
>> some