At 12:44 AM 7/28/2001 -0400, Jay Love wrote:
>I just checked in a fix on the 051 branch of AsyncThreadedAppServer for
>a bug Jack Moffitt stumbled on. The method signature of a function in
>asyncore changed between python 1.5 and Py 2. The handle_error function
>that asyncore calls to handle erro
I just checked in a fix on the 051 branch of AsyncThreadedAppServer for
a bug Jack Moffitt stumbled on. The method signature of a function in
asyncore changed between python 1.5 and Py 2. The handle_error function
that asyncore calls to handle errors it encounters took 4 arguments in
py 1.5, but