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

Guido van Rossum guido@digicool.com
Fri, 19 Jan 2001 13:19:39 -0500


> 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?

Hm, I think it's fine the way it is.

Anyway, don't want to think about it until after the 2.1a1
release. :-)

--Guido van Rossum (home page: http://www.python.org/~guido/)