[Python-3000] PEP 3108: Standard Library Reorganization

Bill Janssen janssen at parc.com
Wed Jan 3 02:05:53 CET 2007


> Perhaps, but consistency is more important (at least to me).  Best bet would
> be to put them in a package.
> 
> > > * Servers
> > > > >     + BaseHTTPServer
> > > > >     + CGIHTTPServer
> > > > >     + DocXMLRPCServer
> > > > >     + SimpleHTTPServer
> > > > >     + SimpleXMLRPCServer
> > > > >     + SocketServer

Hmmm, "servers" is a somewhat pointless common facet, though.

I'd put SocketServer into the "socket" module; the two XML-RPC servers
into an "xmlrpc" package, and the others into a "web/servers" package.

Bill


More information about the Python-3000 mailing list