SimpleXMLRPCServer and socket

Fredrik Lundh fredrik at pythonware.com
Tue Sep 26 04:04:12 EDT 2006


Juju wrote:

> But I still have a little question :
> 
> How can I do to know which method I should override to make the things work ?
> 
> Usually, I look at "python.org" but in this case, I couldn't find what
> I was looking for.  Finally, I had to look at the source files to under-
 > stand what I should do.

the SocketServer framework is a bit underdocumented, indeed.

it would be a nice subject for an extended howto document, I think (cf. 
http://www.amk.ca/python/howto/ ).  any volunteers ?

on the other hand, the code is stable, and it's not going anywhere, so 
reading the source is perfectly okay.

</F>




More information about the Python-list mailing list