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 takes only 1 in py2. The fix handles both cases. Jay _______________________________________________ Webware-devel mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/webware-devel
- Re: [Webware-devel] cvs update: 0.5.1 branch Jay Love
- Re: [Webware-devel] cvs update: 0.5.1 branch Chuck Esterbrook
