From dwhite at gumbysoft.com Fri Mar 17 19:35:39 2006 From: dwhite at gumbysoft.com (Doug White) Date: Fri, 17 Mar 2006 10:35:39 -0800 (PST) Subject: [Medusa-dev] python24 and missing __init__() Message-ID: <20060317103039.A56791@carver.gumbysoft.com> Hello, In Python 2.4, the shipping asyncore.dispatcher grew an __init__ function that needs to be called by subclassers. This breaks the Medusa servers on that platform. I've made local changes for monitor.py and rpc_server.py for my application and they work fine, but the mainline Medusa code needs updating. http_server seems to have the change already. I can roll a patchset if it'd make getting this change into Medusa easier. :) Thanks! -- Doug White | FreeBSD: The Power to Serve dwhite at gumbysoft.com | www.FreeBSD.org From amk at amk.ca Fri Mar 17 21:21:50 2006 From: amk at amk.ca (A.M. Kuchling) Date: Fri, 17 Mar 2006 15:21:50 -0500 Subject: [Medusa-dev] python24 and missing __init__() In-Reply-To: <20060317103039.A56791@carver.gumbysoft.com> References: <20060317103039.A56791@carver.gumbysoft.com> Message-ID: <20060317202150.GA7259@rogue.amk.ca> On Fri, Mar 17, 2006 at 10:35:39AM -0800, Doug White wrote: > I can roll a patchset if it'd make getting this change into Medusa easier. > :) Please do! --amk