[Python-3000] possible new packages (PEP 3108)
Josiah Carlson
jcarlson at uci.edu
Wed Jan 10 18:36:52 CET 2007
Bill Janssen <janssen at parc.com> wrote:
>
> > > * XML-RPC
> >
> > > + DocXMLRPCServer
> > > + SimpleXMLRPCServer
> > > + xmlrpclib
> >
> > Somehow, this grouping seems artificial. I also wonder whether the
> > Doc server ought to go in a docs package, or the debug package. That
> > said, I still like it better than no change.
>
> How about putting these into an web.xmlrpc package?
Too deep? Also, from what I understand, XML-RPC is a specialized web
server, so the two Servers might fit within the http server package, and
xmlrpclib fitting with the http client stuff.
- Josiah
More information about the Python-3000
mailing list