Any feedback on proposed http and xmlrpc packages?

I just wanted to make sure no one had any issues with the proposed http or xmlrpc packages before I add them to PEP 3108.
-Brett

On Feb 3, 2008 2:21 PM, Lars Immisch lars@ibp.de wrote:
Hi,
I just wanted to make sure no one had any issues with the proposed http or xmlrpc packages before I add them to PEP 3108.
For what it's worth, I like the proposed scheme.
It's worth something. I was afraid my emails were not getting through to the rest of the list. =) Plus the whole point of this is to make sure I don't push for something that is too radical.
-Brett

On 03/02/2008, Brett Cannon brett@python.org wrote:
On Feb 3, 2008 2:21 PM, Lars Immisch lars@ibp.de wrote:
Hi,
I just wanted to make sure no one had any issues with the proposed http or xmlrpc packages before I add them to PEP 3108.
For what it's worth, I like the proposed scheme.
It's worth something. I was afraid my emails were not getting through to the rest of the list. =) Plus the whole point of this is to make sure I don't push for something that is too radical.
I'm OK with it. Paul

I just wanted to make sure no one had any issues with the proposed http or xmlrpc packages before I add them to PEP 3108.
For what it's worth, I like the proposed scheme.
For what it's worth, I just joined this list. What does the Web-SIG think about them? You might want to post the scheme there for more feedback.
Bill

I'm good with the proposed HTTP re-org, but I think the XML-RPC classes should also go into the "http." package (http.tools or http.server as appropriate) -- there's nothing magical about XML-RPC.
Maybe a subpackage, "http.xmlrpc".
I also think putting server classes into "http.server", but putting the client-side code, httplib, into "http.tools", is a bit lopsided. True, httplib is a mix of client-side and general utility functions, but still... But that's a minor nit. On the other hand, if we're going to mess around with the locations, might as well get it right the first time.
Bill
participants (4)
-
Bill Janssen
-
Brett Cannon
-
Lars Immisch
-
Paul Moore