mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
bug [ 957505 ] SocketServer module documentation misleading
This commit is contained in:
parent
de7990b8af
commit
ca5feabac2
2 changed files with 5 additions and 7 deletions
|
@ -65,8 +65,8 @@ various versions of the service by combining one of the server classes
|
|||
with your request handler class.
|
||||
|
||||
The request handler class must be different for datagram or stream
|
||||
services. This can be hidden by using the mix-in request handler
|
||||
classes StreamRequestHandler or DatagramRequestHandler.
|
||||
services. This can be hidden by using the request handler
|
||||
subclasses StreamRequestHandler or DatagramRequestHandler.
|
||||
|
||||
Of course, you still have to use your head!
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue