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> -- http://mail.python.org/mailman/listinfo/python-list