Dennis Lee Bieber <[email protected]> writes:
> On Sat, 4 May 2019 14:17:52 +0200, Markus Elfring <[email protected]>
> declaimed the following:
> ...
>       If the socketserver module doesn't provide what you need, you are free
> to copy socketserver.py to some other file (myserver.py?), and modify it to
> fit your needs.

And in addition, you can derive your own class from `socketserver`
and override methods to provide whatever additional functionality
you think is necessary.

-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to