Re: [Webware-devel] cvs update: 0.5.1 branch

2001-08-05 Thread Chuck Esterbrook
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

[Webware-devel] cvs update: 0.5.1 branch

2001-07-27 Thread Jay Love
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