> 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 _______________________________________________ Python-3000 mailing list [email protected] http://mail.python.org/mailman/listinfo/python-3000 Unsubscribe: http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com
