Re: socketserver.BaseRequestHandler and socketserver.StreamRequestServer docs

2012-08-10 Thread lipska the kat
On 09/08/12 20:45, Terry Reedy wrote: On 8/9/2012 1:39 PM, Dennis Lee Bieber wrote: On Thu, 09 Aug 2012 16:15:33 +0100, lipska the kat declaimed the following in gmane.comp.python.general: in the examples in this chapter we see usage examples for socketserver.BaseRequestHandler [snip] I

Re: socketserver.BaseRequestHandler and socketserver.StreamRequestServer docs

2012-08-09 Thread Terry Reedy
On 8/9/2012 1:39 PM, Dennis Lee Bieber wrote: On Thu, 09 Aug 2012 16:15:33 +0100, lipska the kat declaimed the following in gmane.comp.python.general: in the examples in this chapter we see usage examples for socketserver.BaseRequestHandler So far as I can tell, all RequestHandler

Re: socketserver.BaseRequestHandler and socketserver.StreamRequestServer docs

2012-08-09 Thread Dave Angel
On 08/09/2012 02:37 PM, lipska the kat wrote: > On 09/08/12 18:39, Dennis Lee Bieber wrote: >> On Thu, 09 Aug 2012 16:15:33 +0100, lipska the kat >> declaimed the following in >> gmane.comp.python.general: >> >> >>> in the examples in this chapter we see usage examples for >>> socketserver.BaseRe

Re: socketserver.BaseRequestHandler and socketserver.StreamRequestServer docs

2012-08-09 Thread lipska the kat
On 09/08/12 20:07, Peter Otten wrote: lipska the kat wrote: If there isn't how does one go about contributing to the documentation. http://docs.python.org/dev/py3k/bugs.html A similar link should be right there in the footer of the socketserver documentation. It is indeed, thank you. lips

Re: socketserver.BaseRequestHandler and socketserver.StreamRequestServer docs

2012-08-09 Thread lipska the kat
On 09/08/12 19:55, Mark Lawrence wrote: On 09/08/2012 19:37, lipska the kat wrote: On 09/08/12 18:39, Dennis Lee Bieber wrote: On Thu, 09 Aug 2012 16:15:33 +0100, lipska the kat declaimed the following in gmane.comp.python.general: in the examples in this chapter we see usage examples for s

Re: socketserver.BaseRequestHandler and socketserver.StreamRequestServer docs

2012-08-09 Thread Peter Otten
lipska the kat wrote: > If there isn't how does one go about > contributing to the documentation. http://docs.python.org/dev/py3k/bugs.html A similar link should be right there in the footer of the socketserver documentation. -- http://mail.python.org/mailman/listinfo/python-list

Re: socketserver.BaseRequestHandler and socketserver.StreamRequestServer docs

2012-08-09 Thread Mark Lawrence
On 09/08/2012 19:37, lipska the kat wrote: On 09/08/12 18:39, Dennis Lee Bieber wrote: On Thu, 09 Aug 2012 16:15:33 +0100, lipska the kat declaimed the following in gmane.comp.python.general: in the examples in this chapter we see usage examples for socketserver.BaseRequestHandler So

Re: socketserver.BaseRequestHandler and socketserver.StreamRequestServer docs

2012-08-09 Thread lipska the kat
On 09/08/12 18:39, Dennis Lee Bieber wrote: On Thu, 09 Aug 2012 16:15:33 +0100, lipska the kat declaimed the following in gmane.comp.python.general: in the examples in this chapter we see usage examples for socketserver.BaseRequestHandler So far as I can tell, all RequestHandler ob

Re: socketserver.BaseRequestHandler and socketserver.StreamRequestServer docs

2012-08-09 Thread lipska the kat
On 09/08/12 18:39, Dennis Lee Bieber wrote: On Thu, 09 Aug 2012 16:15:33 +0100, lipska the kat declaimed the following in gmane.comp.python.general: in the examples in this chapter we see usage examples for socketserver.BaseRequestHandler So far as I can tell, all RequestHandler ob

socketserver.BaseRequestHandler and socketserver.StreamRequestServer docs

2012-08-09 Thread lipska the kat
First of all sincere apologies if this is blindingly obvious and I just missed it In the documentation at http://docs.python.org/py3k/library/socketserver.html mention is made more than once of a class socketserver.StreamRequestHandler in the examples in this chapter we see usage examples for