[Patches] Re: [Patch #102980] BaseServer class for SocketServer.py (inh. by TCPServer)

Luke Kenneth Casson Leighton lkcl@samba.org
Sat, 20 Jan 2001 04:42:01 +1100


On Fri, 19 Jan 2001, Guido van Rossum wrote:

> > > Thanks, checked in, and closing this patch now.
> > 
> > great.  you got my message about hi, yes you can have copyright for the
> > patch and authorship remains me, neh?
> 
> Yes, got it.  I've added a note about your authorship of the patch to
> the source file now.

you want me to create a BaseServer.py?

with:

import SocketServer

class ThreadedMixIn(SocketServer.ThreadedMixIn):
	""" legacy redirection """
	pass

etc.

?

and have BaseServer class in BaseServer.py?