[issue4752] Error in SocketServer UDP documentation

Andrey Petrov report at bugs.python.org
Fri Dec 26 22:06:43 CET 2008


New submission from Andrey Petrov <andrey.petrov at shazow.net>:

In the SocketServer.UDPServer Example, the second last line:

    server = SocketServer.UDPServer((HOST, PORT), BaseUDPRequestHandler)

Should be:

    server = SocketServer.UDPServer((HOST, PORT), MyUDPHandler)

----------
assignee: georg.brandl
components: Documentation
messages: 78305
nosy: georg.brandl, shazow
severity: normal
status: open
title: Error in SocketServer UDP documentation
versions: Python 2.6, Python 3.0

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue4752>
_______________________________________


More information about the Python-bugs-list mailing list